#B29439

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

Shades of Turmeric #B29439

Tints of Turmeric #B29439

Color information

#B29439 (or 0xB29439) is unknown color: approx Turmeric. HEX triplet: B2, 94 and 39. RGB value is (178,148,57). Sum of RGB (Red+Green+Blue) = 178+148+57=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B29439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29439 is #4D6BC6. Grayscale: #929292. Windows color (decimal): -5073863 or 3773618. OLE color: 3773618.

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

Color convert

RGB17814857-
CMYK00.170.680.30
HSL45.12º51.49%46.08%-
HSV(B)45.12º67.98%69.8%-
XYZ29.6930.948.28-
YUV146.677.44150.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 57 (22.66% from 255) = 14.88%
R=46.48%
G=38.64%
B=14.88%

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
Decimal1781485700.170.680.3045.1251.4946.08
HexB29439011441E2d332e
Octal2622247102110436556356
Binary1011001010010100111001010001100010011110101101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29439; }

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

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

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

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

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

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

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

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