#b99d42

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

Shades of Roti #B99D42

Tints of Roti #B99D42

Color information

#B99D42 (or 0xB99D42) is unknown color: approx Roti. HEX triplet: B9, 9D and 42. RGB value is (185,157,66). Sum of RGB (Red+Green+Blue) = 185+157+66=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D42 is #4662BD. Grayscale: #9B9B9B. Windows color (decimal): -4612798 or 4365753. OLE color: 4365753.

HSL color Cylindrical-coordinate representation of color #B99D42: hue angle of 45.88º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B99D42 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18515766-
CMYK00.150.640.27
HSL45.88º47.41%49.22%-
HSV(B)45.88º64.32%72.55%-
XYZ33.0534.8210.13-
YUV15577.78149.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 157 (61.72% from 255) = 38.48%
BLUE value IS 66 (26.17% from 255) = 16.18%
R=45.34%
G=38.48%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851576600.150.640.2745.8847.4149.22
HexB99D420F401B2e2f31
Octal27123510201710033565761
Binary1011100110011101100001001111100000011011101110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b99d42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b99d42; }

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

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

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

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

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

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

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

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