#B28D41

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

Shades of Turmeric #B28D41

Tints of Turmeric #B28D41

Color information

#B28D41 (or 0xB28D41) is unknown color: approx Turmeric. HEX triplet: B2, 8D and 41. RGB value is (178,141,65). Sum of RGB (Red+Green+Blue) = 178+141+65=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D41 is #4D72BE. Grayscale: #8F8F8F. Windows color (decimal): -5075647 or 4296114. OLE color: 4296114.

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

Color convert

RGB17814165-
CMYK00.210.630.30
HSL40.35º46.5%47.65%-
HSV(B)40.35º63.48%69.8%-
XYZ28.8428.99.06-
YUV143.483.76152.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=46.35%
G=36.72%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781416500.210.630.3040.3546.547.65
HexB28D410153F1E282f30
Octal2622151010257736505760
Binary1011001010001101100000101010111111111110101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D41; }

 p { color: rgb(178,141,65); }

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

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

 a { background-color: rgb(178,141,65); }

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

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

 span { border-color: rgb(178,141,65); }

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