#B28E75

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

Shades of Sandrift #B28E75

Tints of Sandrift #B28E75

Color information

#B28E75 (or 0xB28E75) is unknown color: approx Sandrift. HEX triplet: B2, 8E and 75. RGB value is (178,142,117). Sum of RGB (Red+Green+Blue) = 178+142+117=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E75 is #4D718A. Grayscale: #969696. Windows color (decimal): -5075339 or 7704242. OLE color: 7704242.

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

Color convert

RGB178142117-
CMYK00.200.340.30
HSL24.59º28.37%57.84%-
HSV(B)24.59º34.27%69.8%-
XYZ31.2430.120.99-
YUV149.91109.43148.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=40.73%
G=32.49%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814211700.200.340.3024.5928.3757.84
HexB28E75014221E191c3a
Octal2622161650244236313472
Binary10110010100011101110101010100100010111101100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E75; }

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

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

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

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

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

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

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

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