#B99540

Color #B99540 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #B99540

Tints of Roti #B99540

Color information

#B99540 (or 0xB99540) is unknown color: approx Roti. HEX triplet: B9, 95 and 40. RGB value is (185,149,64). Sum of RGB (Red+Green+Blue) = 185+149+64=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B99540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99540 is #466ABF. Grayscale: #969696. Windows color (decimal): -4614848 or 4232633. OLE color: 4232633.

HSL color Cylindrical-coordinate representation of color #B99540: hue angle of 42.15º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B99540 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18514964-
CMYK00.190.650.27
HSL42.15º48.59%48.82%-
HSV(B)42.15º65.41%72.55%-
XYZ31.6832.189.39-
YUV150.0779.43152.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=46.48%
G=37.44%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851496400.190.650.2742.1548.5948.82
HexB99540013411B2a3131
Octal27122510002310133526161
Binary10111001100101011000000010011100000111011101010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99540; }

 p { color: rgb(185,149,64); }

 H1.HeaderClassName
 {
   color: #B99540;
 }
 .AnyTagClassName
 {
   color: #B99540;
 }
</style>
background-color css

<style>
 a { background-color: #B99540; }

 a { background-color: rgb(185,149,64); }

 div.DivClassName
 {
   background-color: #B99540;
 }
 .BgClassName
 {
   background-color: #B99540;
 }
</style>
border-color css

<style>
 span { border-color: #B99540; }

 span { border-color: rgb(185,149,64); }

 td.TdClassName
 {
   border-color: #B99540;
 }
 .TagClassName
 {
   border-color: #B99540;
 }
</style>