#B28D45

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

Shades of Turmeric #B28D45

Tints of Turmeric #B28D45

Color information

#B28D45 (or 0xB28D45) is unknown color: approx Turmeric. HEX triplet: B2, 8D and 45. RGB value is (178,141,69). Sum of RGB (Red+Green+Blue) = 178+141+69=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D45 is #4D72BA. Grayscale: #909090. Windows color (decimal): -5075643 or 4558258. OLE color: 4558258.

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

Color convert

RGB17814169-
CMYK00.210.610.30
HSL39.63º44.13%48.43%-
HSV(B)39.63º61.24%69.8%-
XYZ28.9628.949.69-
YUV143.8685.76152.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=45.88%
G=36.34%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781416900.210.610.3039.6344.1348.43
HexB28D450153D1E282c30
Octal2622151050257536505460
Binary1011001010001101100010101010111110111110101000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D45; }

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

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

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

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

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

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

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

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