#B29546

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

Shades of Roti #B29546

Tints of Roti #B29546

Color information

#B29546 (or 0xB29546) is unknown color: approx Roti. HEX triplet: B2, 95 and 46. RGB value is (178,149,70). Sum of RGB (Red+Green+Blue) = 178+149+70=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B29546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29546 is #4D6AB9. Grayscale: #959595. Windows color (decimal): -5073594 or 4625842. OLE color: 4625842.

HSL color Cylindrical-coordinate representation of color #B29546: hue angle of 43.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B29546 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17814970-
CMYK00.160.610.30
HSL43.89º43.55%48.63%-
HSV(B)43.89º60.67%69.8%-
XYZ30.2131.410.26-
YUV148.6683.61148.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 70 (27.73% from 255) = 17.63%
R=44.84%
G=37.53%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781497000.160.610.3043.8943.5548.63
HexB295460103D1E2c2c31
Octal2622251060207536545461
Binary1011001010010101100011001000011110111110101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29546; }

 p { color: rgb(178,149,70); }

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

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

 a { background-color: rgb(178,149,70); }

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

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

 span { border-color: rgb(178,149,70); }

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