#B4987F

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

Shades of Sandrift #B4987F

Tints of Sandrift #B4987F

Color information

#B4987F (or 0xB4987F) is unknown color: approx Sandrift. HEX triplet: B4, 98 and 7F. RGB value is (180,152,127). Sum of RGB (Red+Green+Blue) = 180+152+127=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4987F is #4B6780. Grayscale: #9D9D9D. Windows color (decimal): -4941697 or 8362164. OLE color: 8362164.

HSL color Cylindrical-coordinate representation of color #B4987F: hue angle of 28.3º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4987F is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180152127-
CMYK00.160.290.29
HSL28.3º26.11%60.2%-
HSV(B)28.3º29.44%70.59%-
XYZ33.8833.6924.8-
YUV157.52110.78144.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 127 (50% from 255) = 27.67%
R=39.22%
G=33.12%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015212700.160.290.2928.326.1160.2
HexB4987F0101D1D1c1a3c
Octal2642301770203535343274
Binary1011010010011000111111101000011101111011110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4987F; }

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

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

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

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

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

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

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

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