#B29345

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

Shades of Roti #B29345

Tints of Roti #B29345

Color information

#B29345 (or 0xB29345) is unknown color: approx Roti. HEX triplet: B2, 93 and 45. RGB value is (178,147,69). Sum of RGB (Red+Green+Blue) = 178+147+69=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B29345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29345 is #4D6CBA. Grayscale: #939393. Windows color (decimal): -5074107 or 4559794. OLE color: 4559794.

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

Color convert

RGB17814769-
CMYK00.170.610.30
HSL42.94º44.13%48.43%-
HSV(B)42.94º61.24%69.8%-
XYZ29.8730.769.99-
YUV147.3883.77149.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=45.18%
G=37.31%
B=17.51%

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
Decimal1781476900.170.610.3042.9444.1348.43
HexB293450113D1E2b2c30
Octal2622231050217536535460
Binary1011001010010011100010101000111110111110101011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29345; }

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

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

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

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

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

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

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

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