#B99549

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

Shades of Roti #B99549

Tints of Roti #B99549

Color information

#B99549 (or 0xB99549) is unknown color: approx Roti. HEX triplet: B9, 95 and 49. RGB value is (185,149,73). Sum of RGB (Red+Green+Blue) = 185+149+73=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B99549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99549 is #466AB6. Grayscale: #979797. Windows color (decimal): -4614839 or 4822457. OLE color: 4822457.

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

Color convert

RGB18514973-
CMYK00.190.610.27
HSL40.71º44.44%50.59%-
HSV(B)40.71º60.54%72.55%-
XYZ31.9632.2910.85-
YUV151.183.93152.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=45.45%
G=36.61%
B=17.94%

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
Decimal1851497300.190.610.2740.7144.4450.59
HexB995490133D1B292c33
Octal2712251110237533515463
Binary1011100110010101100100101001111110111011101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99549; }

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

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

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

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

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

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

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

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