#B99445

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

Shades of Roti #B99445

Tints of Roti #B99445

Color information

#B99445 (or 0xB99445) is unknown color: approx Roti. HEX triplet: B9, 94 and 45. RGB value is (185,148,69). Sum of RGB (Red+Green+Blue) = 185+148+69=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B99445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99445 is #466BBA. Grayscale: #969696. Windows color (decimal): -4615099 or 4560057. OLE color: 4560057.

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

Color convert

RGB18514869-
CMYK00.200.630.27
HSL40.86º45.67%49.8%-
HSV(B)40.86º62.7%72.55%-
XYZ31.6731.9210.12-
YUV150.0682.26152.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=46.02%
G=36.82%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851486900.200.630.2740.8645.6749.8
HexB994450143F1B292e32
Octal2712241050247733515662
Binary1011100110010100100010101010011111111011101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99445; }

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

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

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

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

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

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

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

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