#B08F43

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

Shades of Turmeric #B08F43

Tints of Turmeric #B08F43

Color information

#B08F43 (or 0xB08F43) is unknown color: approx Turmeric. HEX triplet: B0, 8F and 43. RGB value is (176,143,67). Sum of RGB (Red+Green+Blue) = 176+143+67=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F43 is #4F70BC. Grayscale: #909090. Windows color (decimal): -5206205 or 4427696. OLE color: 4427696.

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

Color convert

RGB17614367-
CMYK00.190.620.31
HSL41.83º44.86%47.65%-
HSV(B)41.83º61.93%69.02%-
XYZ28.7429.289.45-
YUV144.284.43150.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 67 (26.56% from 255) = 17.36%
R=45.60%
G=37.05%
B=17.36%

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
Decimal1761436700.190.620.3141.8344.8647.65
HexB08F430133E1F2a2d30
Octal2602171030237637525560
Binary1011000010001111100001101001111111011111101010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F43; }

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

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

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

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

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

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

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

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