#B28E79

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

Shades of Sandrift #B28E79

Tints of Sandrift #B28E79

Color information

#B28E79 (or 0xB28E79) is unknown color: approx Sandrift. HEX triplet: B2, 8E and 79. RGB value is (178,142,121). Sum of RGB (Red+Green+Blue) = 178+142+121=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E79 is #4D7186. Grayscale: #969696. Windows color (decimal): -5075335 or 7966386. OLE color: 7966386.

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

Color convert

RGB178142121-
CMYK00.200.320.30
HSL22.11º27.01%58.63%-
HSV(B)22.11º32.02%69.8%-
XYZ31.4830.1922.26-
YUV150.37111.43147.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=40.36%
G=32.20%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814212100.200.320.3022.1127.0158.63
HexB28E79014201E161b3b
Octal2622161710244036263373
Binary10110010100011101111001010100100000111101011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E79; }

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

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

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

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

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

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

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

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