#B28E7F

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

Shades of Sandrift #B28E7F

Tints of Sandrift #B28E7F

Color information

#B28E7F (or 0xB28E7F) is unknown color: approx Sandrift. HEX triplet: B2, 8E and 7F. RGB value is (178,142,127). Sum of RGB (Red+Green+Blue) = 178+142+127=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E7F is #4D7180. Grayscale: #979797. Windows color (decimal): -5075329 or 8359602. OLE color: 8359602.

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

Color convert

RGB178142127-
CMYK00.200.290.30
HSL17.65º24.88%59.8%-
HSV(B)17.65º28.65%69.8%-
XYZ31.8630.3424.26-
YUV151.05114.43147.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 127 (50% from 255) = 28.41%
R=39.82%
G=31.77%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814212700.200.290.3017.6524.8859.8
HexB28E7F0141D1E12193c
Octal2622161770243536223174
Binary1011001010001110111111101010011101111101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E7F; }

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

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

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

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

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

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

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

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