#B29239

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

Shades of Turmeric #B29239

Tints of Turmeric #B29239

Color information

#B29239 (or 0xB29239) is unknown color: approx Turmeric. HEX triplet: B2, 92 and 39. RGB value is (178,146,57). Sum of RGB (Red+Green+Blue) = 178+146+57=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B29239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29239 is #4D6DC6. Grayscale: #919191. Windows color (decimal): -5074375 or 3773106. OLE color: 3773106.

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

Color convert

RGB17814657-
CMYK00.180.680.30
HSL44.13º51.49%46.08%-
HSV(B)44.13º67.98%69.8%-
XYZ29.3830.328.17-
YUV145.4278.1151.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=46.72%
G=38.32%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781465700.180.680.3044.1351.4946.08
HexB29239012441E2c332e
Octal2622227102210436546356
Binary1011001010010010111001010010100010011110101100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29239; }

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

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

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

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

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

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

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

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