#B28E7E

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

Shades of Sandrift #B28E7E

Tints of Sandrift #B28E7E

Color information

#B28E7E (or 0xB28E7E) is unknown color: approx Sandrift. HEX triplet: B2, 8E and 7E. RGB value is (178,142,126). Sum of RGB (Red+Green+Blue) = 178+142+126=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E7E is #4D7181. Grayscale: #979797. Windows color (decimal): -5075330 or 8294066. OLE color: 8294066.

HSL color Cylindrical-coordinate representation of color #B28E7E: hue angle of 18.46º 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 #B28E7E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178142126-
CMYK00.200.290.30
HSL18.46º25.24%59.61%-
HSV(B)18.46º29.21%69.8%-
XYZ31.830.3223.91-
YUV150.94113.93147.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=39.91%
G=31.84%
B=28.25%

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
Decimal17814212600.200.290.3018.4625.2459.61
HexB28E7E0141D1E12193c
Octal2622161760243536223174
Binary1011001010001110111111001010011101111101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E7E; }

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

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

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

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

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

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

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

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