#B99D44

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

Shades of Roti #B99D44

Tints of Roti #B99D44

Color information

#B99D44 (or 0xB99D44) is unknown color: approx Roti. HEX triplet: B9, 9D and 44. RGB value is (185,157,68). Sum of RGB (Red+Green+Blue) = 185+157+68=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D44 is #4662BB. Grayscale: #9B9B9B. Windows color (decimal): -4612796 or 4496825. OLE color: 4496825.

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

Color convert

RGB18515768-
CMYK00.150.630.27
HSL45.64º46.25%49.61%-
HSV(B)45.64º63.24%72.55%-
XYZ33.1134.8510.45-
YUV155.2378.78149.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 157 (61.72% from 255) = 38.29%
BLUE value IS 68 (26.95% from 255) = 16.59%
R=45.12%
G=38.29%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851576800.150.630.2745.6446.2549.61
HexB99D440F3F1B2e2e32
Octal2712351040177733565662
Binary101110011001110110001000111111111111011101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D44; }

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

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

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

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

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

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

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

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