#B28F7E

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

Shades of Sandrift #B28F7E

Tints of Sandrift #B28F7E

Color information

#B28F7E (or 0xB28F7E) is unknown color: approx Sandrift. HEX triplet: B2, 8F and 7E. RGB value is (178,143,126). Sum of RGB (Red+Green+Blue) = 178+143+126=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F7E is #4D7081. Grayscale: #979797. Windows color (decimal): -5075074 or 8294322. OLE color: 8294322.

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

Color convert

RGB178143126-
CMYK00.200.290.30
HSL19.62º25.24%59.61%-
HSV(B)19.62º29.21%69.8%-
XYZ31.9530.6223.96-
YUV151.53113.6146.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=39.82%
G=31.99%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814312600.200.290.3019.6225.2459.61
HexB28F7E0141D1E14193c
Octal2622171760243536243174
Binary1011001010001111111111001010011101111101010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F7E; }

 p { color: rgb(178,143,126); }

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

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

 a { background-color: rgb(178,143,126); }

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

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

 span { border-color: rgb(178,143,126); }

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