#B09248

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

Shades of Turmeric #B09248

Tints of Turmeric #B09248

Color information

#B09248 (or 0xB09248) is unknown color: approx Turmeric. HEX triplet: B0, 92 and 48. RGB value is (176,146,72). Sum of RGB (Red+Green+Blue) = 176+146+72=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B09248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09248 is #4F6DB7. Grayscale: #929292. Windows color (decimal): -5205432 or 4756144. OLE color: 4756144.

HSL color Cylindrical-coordinate representation of color #B09248: hue angle of 42.69º degrees, saturation: 0.42, 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 #B09248 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17614672-
CMYK00.170.590.31
HSL42.69º41.94%48.63%-
HSV(B)42.69º59.09%69.02%-
XYZ29.3530.2610.42-
YUV146.5385.94149.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=44.67%
G=37.06%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761467200.170.590.3142.6941.9448.63
HexB092480113B1F2b2a31
Octal2602221100217337535261
Binary1011000010010010100100001000111101111111101011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09248; }

 p { color: rgb(176,146,72); }

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

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

 a { background-color: rgb(176,146,72); }

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

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

 span { border-color: rgb(176,146,72); }

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