#B29143

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

Shades of Turmeric #B29143

Tints of Turmeric #B29143

Color information

#B29143 (or 0xB29143) is unknown color: approx Turmeric. HEX triplet: B2, 91 and 43. RGB value is (178,145,67). Sum of RGB (Red+Green+Blue) = 178+145+67=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B29143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29143 is #4D6EBC. Grayscale: #929292. Windows color (decimal): -5074621 or 4428210. OLE color: 4428210.

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

Color convert

RGB17814567-
CMYK00.190.620.30
HSL42.16º45.31%48.04%-
HSV(B)42.16º62.36%69.8%-
XYZ29.530.129.57-
YUV145.9883.43150.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 67 (26.56% from 255) = 17.18%
R=45.64%
G=37.18%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781456700.190.620.3042.1645.3148.04
HexB291430133E1E2a2d30
Octal2622211030237636525560
Binary1011001010010001100001101001111111011110101010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29143; }

 p { color: rgb(178,145,67); }

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

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

 a { background-color: rgb(178,145,67); }

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

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

 span { border-color: rgb(178,145,67); }

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