#B49C3F

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

Shades of Roti #B49C3F

Tints of Roti #B49C3F

Color information

#B49C3F (or 0xB49C3F) is unknown color: approx Roti. HEX triplet: B4, 9C and 3F. RGB value is (180,156,63). Sum of RGB (Red+Green+Blue) = 180+156+63=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C3F is #4B63C0. Grayscale: #989898. Windows color (decimal): -4940737 or 4168884. OLE color: 4168884.

HSL color Cylindrical-coordinate representation of color #B49C3F: hue angle of 47.69º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B49C3F is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18015663-
CMYK00.130.650.29
HSL47.69º48.15%47.65%-
HSV(B)47.69º65%70.59%-
XYZ31.6133.849.57-
YUV152.5777.45147.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 63 (25% from 255) = 15.79%
R=45.11%
G=39.10%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801566300.130.650.2947.6948.1547.65
HexB49C3F0D411D303030
Octal2642347701510135606060
Binary101101001001110011111101101100000111101110000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C3F; }

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

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

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

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

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

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

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

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