#B29346

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

Shades of Roti #B29346

Tints of Roti #B29346

Color information

#B29346 (or 0xB29346) is unknown color: approx Roti. HEX triplet: B2, 93 and 46. RGB value is (178,147,70). Sum of RGB (Red+Green+Blue) = 178+147+70=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B29346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29346 is #4D6CB9. Grayscale: #939393. Windows color (decimal): -5074106 or 4625330. OLE color: 4625330.

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

Color convert

RGB17814770-
CMYK00.170.610.30
HSL42.78º43.55%48.63%-
HSV(B)42.78º60.67%69.8%-
XYZ29.930.7710.16-
YUV147.4984.27149.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 70 (27.73% from 255) = 17.72%
R=45.06%
G=37.22%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781477000.170.610.3042.7843.5548.63
HexB293460113D1E2b2c31
Octal2622231060217536535461
Binary1011001010010011100011001000111110111110101011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29346; }

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

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

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

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

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

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

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

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