#B3987F

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

Shades of Sandrift #B3987F

Tints of Sandrift #B3987F

Color information

#B3987F (or 0xB3987F) is unknown color: approx Sandrift. HEX triplet: B3, 98 and 7F. RGB value is (179,152,127). Sum of RGB (Red+Green+Blue) = 179+152+127=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B3987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3987F is #4C6780. Grayscale: #9D9D9D. Windows color (decimal): -5007233 or 8362163. OLE color: 8362163.

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

Color convert

RGB179152127-
CMYK00.150.290.30
HSL28.85º25.49%60%-
HSV(B)28.85º29.05%70.2%-
XYZ33.6533.5724.79-
YUV157.22110.95143.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 127 (50% from 255) = 27.73%
R=39.08%
G=33.19%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915212700.150.290.3028.8525.4960
HexB3987F0F1D1E1d193c
Octal2632301770173536353174
Binary101100111001100011111110111111101111101110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3987F; }

 p { color: rgb(179,152,127); }

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

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

 a { background-color: rgb(179,152,127); }

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

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

 span { border-color: rgb(179,152,127); }

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