#B28E47

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

Shades of Turmeric #B28E47

Tints of Turmeric #B28E47

Color information

#B28E47 (or 0xB28E47) is unknown color: approx Turmeric. HEX triplet: B2, 8E and 47. RGB value is (178,142,71). Sum of RGB (Red+Green+Blue) = 178+142+71=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E47 is #4D71B8. Grayscale: #909090. Windows color (decimal): -5075385 or 4689586. OLE color: 4689586.

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

Color convert

RGB17814271-
CMYK00.200.600.30
HSL39.81º42.97%48.82%-
HSV(B)39.81º60.11%69.8%-
XYZ29.1729.2710.07-
YUV144.6786.43151.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 71 (28.12% from 255) = 18.16%
R=45.52%
G=36.32%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781427100.200.600.3039.8142.9748.82
HexB28E470143C1E282b31
Octal2622161070247436505361
Binary1011001010001110100011101010011110011110101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E47; }

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

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

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

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

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

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

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

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