#B08B44

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

Shades of Turmeric #B08B44

Tints of Turmeric #B08B44

Color information

#B08B44 (or 0xB08B44) is unknown color: approx Turmeric. HEX triplet: B0, 8B and 44. RGB value is (176,139,68). Sum of RGB (Red+Green+Blue) = 176+139+68=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08B44 is #4F74BB. Grayscale: #8E8E8E. Windows color (decimal): -5207228 or 4492208. OLE color: 4492208.

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

Color convert

RGB17613968-
CMYK00.210.610.31
HSL39.44º44.26%47.84%-
HSV(B)39.44º61.36%69.02%-
XYZ28.1828.119.41-
YUV141.9786.26152.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=45.95%
G=36.29%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761396800.210.610.3139.4444.2647.84
HexB08B440153D1F272c30
Octal2602131040257537475460
Binary1011000010001011100010001010111110111111100111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B44; }

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

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

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

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

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

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

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

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