#B08E43

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

Shades of Turmeric #B08E43

Tints of Turmeric #B08E43

Color information

#B08E43 (or 0xB08E43) is unknown color: approx Turmeric. HEX triplet: B0, 8E and 43. RGB value is (176,142,67). Sum of RGB (Red+Green+Blue) = 176+142+67=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E43 is #4F71BC. Grayscale: #8F8F8F. Windows color (decimal): -5206461 or 4427440. OLE color: 4427440.

HSL color Cylindrical-coordinate representation of color #B08E43: hue angle of 41.28º 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 #B08E43 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17614267-
CMYK00.190.620.31
HSL41.28º44.86%47.65%-
HSV(B)41.28º61.93%69.02%-
XYZ28.5928.989.4-
YUV143.6284.76151.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 67 (26.56% from 255) = 17.40%
R=45.71%
G=36.88%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761426700.190.620.3141.2844.8647.65
HexB08E430133E1F292d30
Octal2602161030237637515560
Binary1011000010001110100001101001111111011111101001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E43; }

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

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

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

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

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

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

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

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