#B29C42

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

Shades of Roti #B29C42

Tints of Roti #B29C42

Color information

#B29C42 (or 0xB29C42) is unknown color: approx Roti. HEX triplet: B2, 9C and 42. RGB value is (178,156,66). Sum of RGB (Red+Green+Blue) = 178+156+66=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C42 is #4D63BD. Grayscale: #989898. Windows color (decimal): -5071806 or 4365490. OLE color: 4365490.

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

Color convert

RGB17815666-
CMYK00.120.630.30
HSL48.21º45.9%47.84%-
HSV(B)48.21º62.92%69.8%-
XYZ31.2333.6410-
YUV152.3279.29146.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=44.5%
G=39%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781566600.120.630.3048.2145.947.84
HexB29C420C3F1E302e30
Octal2622341020147736605660
Binary101100101001110010000100110011111111110110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C42; }

 p { color: rgb(178,156,66); }

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

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

 a { background-color: rgb(178,156,66); }

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

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

 span { border-color: rgb(178,156,66); }

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