#B99545

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

Shades of Roti #B99545

Tints of Roti #B99545

Color information

#B99545 (or 0xB99545) is unknown color: approx Roti. HEX triplet: B9, 95 and 45. RGB value is (185,149,69). Sum of RGB (Red+Green+Blue) = 185+149+69=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B99545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99545 is #466ABA. Grayscale: #979797. Windows color (decimal): -4614843 or 4560313. OLE color: 4560313.

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

Color convert

RGB18514969-
CMYK00.190.630.27
HSL41.38º45.67%49.8%-
HSV(B)41.38º62.7%72.55%-
XYZ31.8332.2410.18-
YUV150.6481.93152.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=45.91%
G=36.97%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851496900.190.630.2741.3845.6749.8
HexB995450133F1B292e32
Octal2712251050237733515662
Binary1011100110010101100010101001111111111011101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99545; }

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

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

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

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

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

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

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

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