#B28F7F

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

Shades of Sandrift #B28F7F

Tints of Sandrift #B28F7F

Color information

#B28F7F (or 0xB28F7F) is unknown color: approx Sandrift. HEX triplet: B2, 8F and 7F. RGB value is (178,143,127). Sum of RGB (Red+Green+Blue) = 178+143+127=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F7F is #4D7080. Grayscale: #979797. Windows color (decimal): -5075073 or 8359858. OLE color: 8359858.

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

Color convert

RGB178143127-
CMYK00.200.290.30
HSL18.82º24.88%59.8%-
HSV(B)18.82º28.65%69.8%-
XYZ32.0130.6424.31-
YUV151.64114.1146.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 127 (50% from 255) = 28.35%
R=39.73%
G=31.92%
B=28.35%

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
Decimal17814312700.200.290.3018.8224.8859.8
HexB28F7F0141D1E13193c
Octal2622171770243536233174
Binary1011001010001111111111101010011101111101001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F7F; }

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

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

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

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

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

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

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

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