#B08946

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

Shades of Turmeric #B08946

Tints of Turmeric #B08946

Color information

#B08946 (or 0xB08946) is unknown color: approx Turmeric. HEX triplet: B0, 89 and 46. RGB value is (176,137,70). Sum of RGB (Red+Green+Blue) = 176+137+70=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B08946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08946 is #4F76B9. Grayscale: #8D8D8D. Windows color (decimal): -5207738 or 4622768. OLE color: 4622768.

HSL color Cylindrical-coordinate representation of color #B08946: hue angle of 37.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B08946 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17613770-
CMYK00.220.600.31
HSL37.92º43.09%48.24%-
HSV(B)37.92º60.23%69.02%-
XYZ27.9627.569.64-
YUV141.0287.92152.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=45.95%
G=35.77%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761377000.220.600.3137.9243.0948.24
HexB089460163C1F262b30
Octal2602111060267437465360
Binary1011000010001001100011001011011110011111100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08946; }

 p { color: rgb(176,137,70); }

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

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

 a { background-color: rgb(176,137,70); }

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

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

 span { border-color: rgb(176,137,70); }

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