#b28e3e

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

Shades of Turmeric #B28E3E

Tints of Turmeric #B28E3E

Color information

#B28E3E (or 0xB28E3E) is unknown color: approx Turmeric. HEX triplet: B2, 8E and 3E. RGB value is (178,142,62). Sum of RGB (Red+Green+Blue) = 178+142+62=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E3E is #4D71C1. Grayscale: #909090. Windows color (decimal): -5075394 or 4099762. OLE color: 4099762.

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

Color convert

RGB17814262-
CMYK00.200.650.30
HSL41.38º48.33%47.06%-
HSV(B)41.38º65.17%69.8%-
XYZ28.929.168.66-
YUV143.6481.93152.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=46.60%
G=37.17%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781426200.200.650.3041.3848.3347.06
HexB28E3E014411E29302f
Octal2622167602410136516057
Binary1011001010001110111110010100100000111110101001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b28e3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b28e3e; }

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

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

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

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

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

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

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

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