#B28E76

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

Shades of Sandrift #B28E76

Tints of Sandrift #B28E76

Color information

#B28E76 (or 0xB28E76) is unknown color: approx Sandrift. HEX triplet: B2, 8E and 76. RGB value is (178,142,118). Sum of RGB (Red+Green+Blue) = 178+142+118=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E76 is #4D7189. Grayscale: #969696. Windows color (decimal): -5075338 or 7769778. OLE color: 7769778.

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

Color convert

RGB178142118-
CMYK00.200.340.30
HSL24º28.04%58.04%-
HSV(B)24º33.71%69.8%-
XYZ31.330.1221.3-
YUV150.03109.93147.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=40.64%
G=32.42%
B=26.94%

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
Decimal17814211800.200.340.302428.0458.04
HexB28E76014221E181c3a
Octal2622161660244236303472
Binary10110010100011101110110010100100010111101100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E76; }

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

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

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

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

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

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

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

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