#B28E7D

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

Shades of Sandrift #B28E7D

Tints of Sandrift #B28E7D

Color information

#B28E7D (or 0xB28E7D) is unknown color: approx Sandrift. HEX triplet: B2, 8E and 7D. RGB value is (178,142,125). Sum of RGB (Red+Green+Blue) = 178+142+125=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E7D is #4D7182. Grayscale: #969696. Windows color (decimal): -5075331 or 8228530. OLE color: 8228530.

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

Color convert

RGB178142125-
CMYK00.200.300.30
HSL19.25º25.6%59.41%-
HSV(B)19.25º29.78%69.8%-
XYZ31.7330.2923.58-
YUV150.83113.43147.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=40%
G=31.91%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814212500.200.300.3019.2525.659.41
HexB28E7D0141E1E131a3b
Octal2622161750243636233273
Binary1011001010001110111110101010011110111101001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E7D; }

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

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

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

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

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

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

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

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