#B08C49

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

Shades of Turmeric #B08C49

Tints of Turmeric #B08C49

Color information

#B08C49 (or 0xB08C49) is unknown color: approx Turmeric. HEX triplet: B0, 8C and 49. RGB value is (176,140,73). Sum of RGB (Red+Green+Blue) = 176+140+73=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C49 is #4F73B6. Grayscale: #8F8F8F. Windows color (decimal): -5206967 or 4820144. OLE color: 4820144.

HSL color Cylindrical-coordinate representation of color #B08C49: hue angle of 39.03º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B08C49 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17614073-
CMYK00.200.590.31
HSL39.03º41.37%48.82%-
HSV(B)39.03º58.52%69.02%-
XYZ28.4928.4710.3-
YUV143.1388.43151.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=45.24%
G=35.99%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761407300.200.590.3139.0341.3748.82
HexB08C490143B1F272931
Octal2602141110247337475161
Binary1011000010001100100100101010011101111111100111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C49; }

 p { color: rgb(176,140,73); }

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

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

 a { background-color: rgb(176,140,73); }

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

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

 span { border-color: rgb(176,140,73); }

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