#B49C39

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

Shades of Roti #B49C39

Tints of Roti #B49C39

Color information

#B49C39 (or 0xB49C39) is unknown color: approx Roti. HEX triplet: B4, 9C and 39. RGB value is (180,156,57). Sum of RGB (Red+Green+Blue) = 180+156+57=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C39 is #4B63C6. Grayscale: #989898. Windows color (decimal): -4940743 or 3775668. OLE color: 3775668.

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

Color convert

RGB18015657-
CMYK00.130.680.29
HSL48.29º51.9%46.47%-
HSV(B)48.29º68.33%70.59%-
XYZ31.4533.788.73-
YUV151.8974.45148.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=45.80%
G=39.69%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801565700.130.680.2948.2951.946.47
HexB49C390D441D30342e
Octal2642347101510435606456
Binary101101001001110011100101101100010011101110000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C39; }

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

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

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

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

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

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

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

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