#B09143

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

Shades of Turmeric #B09143

Tints of Turmeric #B09143

Color information

#B09143 (or 0xB09143) is unknown color: approx Turmeric. HEX triplet: B0, 91 and 43. RGB value is (176,145,67). Sum of RGB (Red+Green+Blue) = 176+145+67=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B09143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09143 is #4F6EBC. Grayscale: #919191. Windows color (decimal): -5205693 or 4428208. OLE color: 4428208.

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

Color convert

RGB17614567-
CMYK00.180.620.31
HSL42.94º44.86%47.65%-
HSV(B)42.94º61.93%69.02%-
XYZ29.0429.899.55-
YUV145.3883.77149.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 67 (26.56% from 255) = 17.27%
R=45.36%
G=37.37%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761456700.180.620.3142.9444.8647.65
HexB091430123E1F2b2d30
Octal2602211030227637535560
Binary1011000010010001100001101001011111011111101011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09143; }

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

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

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

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

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

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

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

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