#B28F43

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

Shades of Turmeric #B28F43

Tints of Turmeric #B28F43

Color information

#B28F43 (or 0xB28F43) is unknown color: approx Turmeric. HEX triplet: B2, 8F and 43. RGB value is (178,143,67). Sum of RGB (Red+Green+Blue) = 178+143+67=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28F43 is #4D70BC. Grayscale: #919191. Windows color (decimal): -5075133 or 4427698. OLE color: 4427698.

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

Color convert

RGB17814367-
CMYK00.200.620.30
HSL41.08º45.31%48.04%-
HSV(B)41.08º62.36%69.8%-
XYZ29.229.529.47-
YUV144.884.1151.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 67 (26.56% from 255) = 17.27%
R=45.88%
G=36.86%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781436700.200.620.3041.0845.3148.04
HexB28F430143E1E292d30
Octal2622171030247636515560
Binary1011001010001111100001101010011111011110101001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F43; }

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

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

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

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

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

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

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

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