#B49744

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

Shades of Roti #B49744

Tints of Roti #B49744

Color information

#B49744 (or 0xB49744) is unknown color: approx Roti. HEX triplet: B4, 97 and 44. RGB value is (180,151,68). Sum of RGB (Red+Green+Blue) = 180+151+68=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49744 is #4B68BB. Grayscale: #969696. Windows color (decimal): -4942012 or 4495284. OLE color: 4495284.

HSL color Cylindrical-coordinate representation of color #B49744: hue angle of 44.46º 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 #B49744 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18015168-
CMYK00.160.620.29
HSL44.46º45.16%48.63%-
HSV(B)44.46º62.22%70.59%-
XYZ30.9332.2510.06-
YUV150.2181.61149.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 68 (26.95% from 255) = 17.04%
R=45.11%
G=37.84%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801516800.160.620.2944.4645.1648.63
HexB497440103E1D2c2d31
Octal2642271040207635545561
Binary1011010010010111100010001000011111011101101100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49744; }

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

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

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

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

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

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

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

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