#B28E7A

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

Shades of Sandrift #B28E7A

Tints of Sandrift #B28E7A

Color information

#B28E7A (or 0xB28E7A) is unknown color: approx Sandrift. HEX triplet: B2, 8E and 7A. RGB value is (178,142,122). Sum of RGB (Red+Green+Blue) = 178+142+122=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E7A is #4D7185. Grayscale: #969696. Windows color (decimal): -5075334 or 8031922. OLE color: 8031922.

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

Color convert

RGB178142122-
CMYK00.200.310.30
HSL21.43º26.67%58.82%-
HSV(B)21.43º31.46%69.8%-
XYZ31.5530.2222.58-
YUV150.48111.93147.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=40.27%
G=32.13%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814212200.200.310.3021.4326.6758.82
HexB28E7A0141F1E151b3b
Octal2622161720243736253373
Binary1011001010001110111101001010011111111101010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E7A; }

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

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

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

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

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

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

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

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