#B28F47

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

Shades of Turmeric #B28F47

Tints of Turmeric #B28F47

Color information

#B28F47 (or 0xB28F47) is unknown color: approx Turmeric. HEX triplet: B2, 8F and 47. RGB value is (178,143,71). Sum of RGB (Red+Green+Blue) = 178+143+71=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28F47 is #4D70B8. Grayscale: #919191. Windows color (decimal): -5075129 or 4689842. OLE color: 4689842.

HSL color Cylindrical-coordinate representation of color #B28F47: hue angle of 40.37º 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 #B28F47 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17814371-
CMYK00.200.600.30
HSL40.37º42.97%48.82%-
HSV(B)40.37º60.11%69.8%-
XYZ29.3229.5610.12-
YUV145.2686.1151.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 71 (28.12% from 255) = 18.11%
R=45.41%
G=36.48%
B=18.11%

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
Decimal1781437100.200.600.3040.3742.9748.82
HexB28F470143C1E282b31
Octal2622171070247436505361
Binary1011001010001111100011101010011110011110101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F47; }

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

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

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

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

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

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

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

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