#B29C37

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

Shades of Roti #B29C37

Tints of Roti #B29C37

Color information

#B29C37 (or 0xB29C37) is unknown color: approx Roti. HEX triplet: B2, 9C and 37. RGB value is (178,156,55). Sum of RGB (Red+Green+Blue) = 178+156+55=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C37 is #4D63C8. Grayscale: #979797. Windows color (decimal): -5071817 or 3644594. OLE color: 3644594.

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

Color convert

RGB17815655-
CMYK00.120.690.30
HSL49.27º52.79%45.69%-
HSV(B)49.27º69.1%69.8%-
XYZ30.9433.528.45-
YUV151.0673.79147.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 55 (21.88% from 255) = 14.14%
R=45.76%
G=40.10%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781565500.120.690.3049.2752.7945.69
HexB29C370C451E31352e
Octal2622346701410536616556
Binary101100101001110011011101100100010111110110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C37; }

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

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

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

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

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

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

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

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