#B08E44

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

Shades of Turmeric #B08E44

Tints of Turmeric #B08E44

Color information

#B08E44 (or 0xB08E44) is unknown color: approx Turmeric. HEX triplet: B0, 8E and 44. RGB value is (176,142,68). Sum of RGB (Red+Green+Blue) = 176+142+68=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E44 is #4F71BB. Grayscale: #909090. Windows color (decimal): -5206460 or 4492976. OLE color: 4492976.

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

Color convert

RGB17614268-
CMYK00.190.610.31
HSL41.11º44.26%47.84%-
HSV(B)41.11º61.36%69.02%-
XYZ28.6228.999.56-
YUV143.7385.26151.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 68 (26.95% from 255) = 17.62%
R=45.60%
G=36.79%
B=17.62%

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
Decimal1761426800.190.610.3141.1144.2647.84
HexB08E440133D1F292c30
Octal2602161040237537515460
Binary1011000010001110100010001001111110111111101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E44; }

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

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

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

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

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

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

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

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