#B3987B

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

Shades of Sandrift #B3987B

Tints of Sandrift #B3987B

Color information

#B3987B (or 0xB3987B) is unknown color: approx Sandrift. HEX triplet: B3, 98 and 7B. RGB value is (179,152,123). Sum of RGB (Red+Green+Blue) = 179+152+123=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3987B is #4C6784. Grayscale: #9C9C9C. Windows color (decimal): -5007237 or 8100019. OLE color: 8100019.

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

Color convert

RGB179152123-
CMYK00.150.310.30
HSL31.07º26.92%59.22%-
HSV(B)31.07º31.28%70.2%-
XYZ33.3933.4723.44-
YUV156.77108.95143.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=39.43%
G=33.48%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915212300.150.310.3031.0726.9259.22
HexB3987B0F1F1E1f1b3b
Octal2632301730173736373373
Binary101100111001100011110110111111111111101111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3987B; }

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

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

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

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

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

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

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

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