#B29B42

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

Shades of Roti #B29B42

Tints of Roti #B29B42

Color information

#B29B42 (or 0xB29B42) is unknown color: approx Roti. HEX triplet: B2, 9B and 42. RGB value is (178,155,66). Sum of RGB (Red+Green+Blue) = 178+155+66=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29B42 is #4D64BD. Grayscale: #989898. Windows color (decimal): -5072062 or 4365234. OLE color: 4365234.

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

Color convert

RGB17815566-
CMYK00.130.630.30
HSL47.68º45.9%47.84%-
HSV(B)47.68º62.92%69.8%-
XYZ31.0633.39.94-
YUV151.7379.62146.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=44.61%
G=38.85%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781556600.130.630.3047.6845.947.84
HexB29B420D3F1E302e30
Octal2622331020157736605660
Binary101100101001101110000100110111111111110110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B42; }

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

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

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

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

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

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

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

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