#B08E45

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

Shades of Turmeric #B08E45

Tints of Turmeric #B08E45

Color information

#B08E45 (or 0xB08E45) is unknown color: approx Turmeric. HEX triplet: B0, 8E and 45. RGB value is (176,142,69). Sum of RGB (Red+Green+Blue) = 176+142+69=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E45 is #4F71BA. Grayscale: #909090. Windows color (decimal): -5206459 or 4558512. OLE color: 4558512.

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

Color convert

RGB17614269-
CMYK00.190.610.31
HSL40.93º43.67%48.04%-
HSV(B)40.93º60.8%69.02%-
XYZ28.6529.019.72-
YUV143.8485.76150.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=45.48%
G=36.69%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761426900.190.610.3140.9343.6748.04
HexB08E450133D1F292c30
Octal2602161050237537515460
Binary1011000010001110100010101001111110111111101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E45; }

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

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

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

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

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

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

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

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