#B99442

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

Shades of Roti #B99442

Tints of Roti #B99442

Color information

#B99442 (or 0xB99442) is unknown color: approx Roti. HEX triplet: B9, 94 and 42. RGB value is (185,148,66). Sum of RGB (Red+Green+Blue) = 185+148+66=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B99442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99442 is #466BBD. Grayscale: #969696. Windows color (decimal): -4615102 or 4363449. OLE color: 4363449.

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

Color convert

RGB18514866-
CMYK00.200.640.27
HSL41.34º47.41%49.22%-
HSV(B)41.34º64.32%72.55%-
XYZ31.5831.899.64-
YUV149.7180.76153.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=46.37%
G=37.09%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851486600.200.640.2741.3447.4149.22
HexB99442014401B292f31
Octal27122410202410033515761
Binary10111001100101001000010010100100000011011101001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99442; }

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

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

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

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

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

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

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

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