#B49C3B

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

Shades of Roti #B49C3B

Tints of Roti #B49C3B

Color information

#B49C3B (or 0xB49C3B) is unknown color: approx Roti. HEX triplet: B4, 9C and 3B. RGB value is (180,156,59). Sum of RGB (Red+Green+Blue) = 180+156+59=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C3B is #4B63C4. Grayscale: #989898. Windows color (decimal): -4940741 or 3906740. OLE color: 3906740.

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

Color convert

RGB18015659-
CMYK00.130.670.29
HSL48.1º50.63%46.86%-
HSV(B)48.1º67.22%70.59%-
XYZ31.533.89-
YUV152.1275.45147.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 59 (23.44% from 255) = 14.94%
R=45.57%
G=39.49%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801565900.130.670.2948.150.6346.86
HexB49C3B0D431D30332f
Octal2642347301510335606357
Binary101101001001110011101101101100001111101110000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C3B; }

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

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

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

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

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

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

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

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