#b28e49

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

Shades of Turmeric #B28E49

Tints of Turmeric #B28E49

Color information

#B28E49 (or 0xB28E49) is unknown color: approx Turmeric. HEX triplet: B2, 8E and 49. RGB value is (178,142,73). Sum of RGB (Red+Green+Blue) = 178+142+73=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E49 is #4D71B6. Grayscale: #919191. Windows color (decimal): -5075383 or 4820658. OLE color: 4820658.

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

Color convert

RGB17814273-
CMYK00.200.590.30
HSL39.43º41.83%49.22%-
HSV(B)39.43º58.99%69.8%-
XYZ29.2429.2910.42-
YUV144.987.43151.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=45.29%
G=36.13%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781427300.200.590.3039.4341.8349.22
HexB28E490143B1E272a31
Octal2622161110247336475261
Binary1011001010001110100100101010011101111110100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b28e49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b28e49; }

 p { color: rgb(178,142,73); }

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

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

 a { background-color: rgb(178,142,73); }

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

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

 span { border-color: rgb(178,142,73); }

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