#b99944

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

Shades of Roti #B99944

Tints of Roti #B99944

Color information

#B99944 (or 0xB99944) is unknown color: approx Roti. HEX triplet: B9, 99 and 44. RGB value is (185,153,68). Sum of RGB (Red+Green+Blue) = 185+153+68=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B99944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99944 is #4666BB. Grayscale: #999999. Windows color (decimal): -4613820 or 4495801. OLE color: 4495801.

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

Color convert

RGB18515368-
CMYK00.170.630.27
HSL43.59º46.25%49.61%-
HSV(B)43.59º63.24%72.55%-
XYZ32.4433.5110.23-
YUV152.8880.1150.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 68 (26.95% from 255) = 16.75%
R=45.57%
G=37.68%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851536800.170.630.2743.5946.2549.61
HexB999440113F1B2c2e32
Octal2712311040217733545662
Binary1011100110011001100010001000111111111011101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b99944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b99944; }

 p { color: rgb(185,153,68); }

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

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

 a { background-color: rgb(185,153,68); }

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

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

 span { border-color: rgb(185,153,68); }

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