#B99649

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

Shades of Roti #B99649

Tints of Roti #B99649

Color information

#B99649 (or 0xB99649) is unknown color: approx Roti. HEX triplet: B9, 96 and 49. RGB value is (185,150,73). Sum of RGB (Red+Green+Blue) = 185+150+73=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B99649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99649 is #4669B6. Grayscale: #989898. Windows color (decimal): -4614583 or 4822713. OLE color: 4822713.

HSL color Cylindrical-coordinate representation of color #B99649: hue angle of 41.25º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B99649 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18515073-
CMYK00.190.610.27
HSL41.25º44.44%50.59%-
HSV(B)41.25º60.54%72.55%-
XYZ32.1232.6110.9-
YUV151.6983.6151.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 73 (28.91% from 255) = 17.89%
R=45.34%
G=36.76%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851507300.190.610.2741.2544.4450.59
HexB996490133D1B292c33
Octal2712261110237533515463
Binary1011100110010110100100101001111110111011101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99649; }

 p { color: rgb(185,150,73); }

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

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

 a { background-color: rgb(185,150,73); }

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

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

 span { border-color: rgb(185,150,73); }

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