#B49C43

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

Shades of Roti #B49C43

Tints of Roti #B49C43

Color information

#B49C43 (or 0xB49C43) is unknown color: approx Roti. HEX triplet: B4, 9C and 43. RGB value is (180,156,67). Sum of RGB (Red+Green+Blue) = 180+156+67=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C43 is #4B63BC. Grayscale: #999999. Windows color (decimal): -4940733 or 4431028. OLE color: 4431028.

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

Color convert

RGB18015667-
CMYK00.130.630.29
HSL47.26º45.75%48.43%-
HSV(B)47.26º62.78%70.59%-
XYZ31.7233.8910.18-
YUV153.0379.45147.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 156 (61.33% from 255) = 38.71%
BLUE value IS 67 (26.56% from 255) = 16.63%
R=44.67%
G=38.71%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801566700.130.630.2947.2645.7548.43
HexB49C430D3F1D2f2e30
Octal2642341030157735575660
Binary101101001001110010000110110111111111101101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C43; }

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

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

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

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

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

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

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

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