#B29339

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

Shades of Turmeric #B29339

Tints of Turmeric #B29339

Color information

#B29339 (or 0xB29339) is unknown color: approx Turmeric. HEX triplet: B2, 93 and 39. RGB value is (178,147,57). Sum of RGB (Red+Green+Blue) = 178+147+57=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B29339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29339 is #4D6CC6. Grayscale: #929292. Windows color (decimal): -5074119 or 3773362. OLE color: 3773362.

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

Color convert

RGB17814757-
CMYK00.170.680.30
HSL44.63º51.49%46.08%-
HSV(B)44.63º67.98%69.8%-
XYZ29.5330.638.23-
YUV146.0177.77150.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 57 (22.66% from 255) = 14.92%
R=46.60%
G=38.48%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781475700.170.680.3044.6351.4946.08
HexB29339011441E2d332e
Octal2622237102110436556356
Binary1011001010010011111001010001100010011110101101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29339; }

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

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

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

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

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

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

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

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