#B49244

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

Shades of Roti #B49244

Tints of Roti #B49244

Color information

#B49244 (or 0xB49244) is unknown color: approx Roti. HEX triplet: B4, 92 and 44. RGB value is (180,146,68). Sum of RGB (Red+Green+Blue) = 180+146+68=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B49244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49244 is #4B6DBB. Grayscale: #939393. Windows color (decimal): -4943292 or 4494004. OLE color: 4494004.

HSL color Cylindrical-coordinate representation of color #B49244: hue angle of 41.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B49244 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18014668-
CMYK00.190.620.29
HSL41.79º45.16%48.63%-
HSV(B)41.79º62.22%70.59%-
XYZ30.1430.689.8-
YUV147.2783.26151.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 68 (26.95% from 255) = 17.26%
R=45.69%
G=37.06%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801466800.190.620.2941.7945.1648.63
HexB492440133E1D2a2d31
Octal2642221040237635525561
Binary1011010010010010100010001001111111011101101010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49244; }

 p { color: rgb(180,146,68); }

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

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

 a { background-color: rgb(180,146,68); }

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

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

 span { border-color: rgb(180,146,68); }

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