#B99745

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

Shades of Roti #B99745

Tints of Roti #B99745

Color information

#B99745 (or 0xB99745) is unknown color: approx Roti. HEX triplet: B9, 97 and 45. RGB value is (185,151,69). Sum of RGB (Red+Green+Blue) = 185+151+69=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B99745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99745 is #4668BA. Grayscale: #989898. Windows color (decimal): -4614331 or 4560825. OLE color: 4560825.

HSL color Cylindrical-coordinate representation of color #B99745: hue angle of 42.41º 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 #B99745 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18515169-
CMYK00.180.630.27
HSL42.41º45.67%49.8%-
HSV(B)42.41º62.7%72.55%-
XYZ32.1532.8810.28-
YUV151.8281.26151.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=45.68%
G=37.28%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851516900.180.630.2742.4145.6749.8
HexB997450123F1B2a2e32
Octal2712271050227733525662
Binary1011100110010111100010101001011111111011101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99745; }

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

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

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

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

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

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

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

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