#B49A39

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

Shades of Roti #B49A39

Tints of Roti #B49A39

Color information

#B49A39 (or 0xB49A39) is unknown color: approx Roti. HEX triplet: B4, 9A and 39. RGB value is (180,154,57). Sum of RGB (Red+Green+Blue) = 180+154+57=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A39 is #4B65C6. Grayscale: #979797. Windows color (decimal): -4941255 or 3775156. OLE color: 3775156.

HSL color Cylindrical-coordinate representation of color #B49A39: hue angle of 47.32º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B49A39 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18015457-
CMYK00.140.680.29
HSL47.32º51.9%46.47%-
HSV(B)47.32º68.33%70.59%-
XYZ31.1233.118.62-
YUV150.7275.11148.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 57 (22.66% from 255) = 14.58%
R=46.04%
G=39.39%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801545700.140.680.2947.3251.946.47
HexB49A390E441D2f342e
Octal2642327101610435576456
Binary101101001001101011100101110100010011101101111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A39; }

 p { color: rgb(180,154,57); }

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

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

 a { background-color: rgb(180,154,57); }

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

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

 span { border-color: rgb(180,154,57); }

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