#B28E40

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

Shades of Turmeric #B28E40

Tints of Turmeric #B28E40

Color information

#B28E40 (or 0xB28E40) is unknown color: approx Turmeric. HEX triplet: B2, 8E and 40. RGB value is (178,142,64). Sum of RGB (Red+Green+Blue) = 178+142+64=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E40 is #4D71BF. Grayscale: #909090. Windows color (decimal): -5075392 or 4230834. OLE color: 4230834.

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

Color convert

RGB17814264-
CMYK00.200.640.30
HSL41.05º47.11%47.45%-
HSV(B)41.05º64.04%69.8%-
XYZ28.9629.188.96-
YUV143.8782.93152.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=46.35%
G=36.98%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781426400.200.640.3041.0547.1147.45
HexB28E40014401E292f2f
Octal26221610002410036515757
Binary10110010100011101000000010100100000011110101001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E40; }

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

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

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

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

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

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

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

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