#B29A41

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

Shades of Roti #B29A41

Tints of Roti #B29A41

Color information

#B29A41 (or 0xB29A41) is unknown color: approx Roti. HEX triplet: B2, 9A and 41. RGB value is (178,154,65). Sum of RGB (Red+Green+Blue) = 178+154+65=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A41 is #4D65BE. Grayscale: #979797. Windows color (decimal): -5072319 or 4299442. OLE color: 4299442.

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

Color convert

RGB17815465-
CMYK00.130.630.30
HSL47.26º46.5%47.65%-
HSV(B)47.26º63.48%69.8%-
XYZ30.8732.969.74-
YUV151.0379.45147.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 154 (60.55% from 255) = 38.79%
BLUE value IS 65 (25.78% from 255) = 16.37%
R=44.84%
G=38.79%
B=16.37%

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
Decimal1781546500.130.630.3047.2646.547.65
HexB29A410D3F1E2f2f30
Octal2622321010157736575760
Binary101100101001101010000010110111111111110101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A41; }

 p { color: rgb(178,154,65); }

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

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

 a { background-color: rgb(178,154,65); }

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

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

 span { border-color: rgb(178,154,65); }

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