#B5896F

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

Shades of Sandrift #B5896F

Tints of Sandrift #B5896F

Color information

#B5896F (or 0xB5896F) is unknown color: approx Sandrift. HEX triplet: B5, 89 and 6F. RGB value is (181,137,111). Sum of RGB (Red+Green+Blue) = 181+137+111=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B5896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5896F is #4A7690. Grayscale: #939393. Windows color (decimal): -4880017 or 7309749. OLE color: 7309749.

HSL color Cylindrical-coordinate representation of color #B5896F: hue angle of 22.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5896F is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181137111-
CMYK00.240.390.29
HSL22.29º32.11%57.25%-
HSV(B)22.29º38.67%70.98%-
XYZ30.8728.8618.98-
YUV147.19107.58152.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=42.19%
G=31.93%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113711100.240.390.2922.2932.1157.25
HexB5896F018271D162039
Octal2652111570304735264071
Binary101101011000100111011110110001001111110110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5896F; }

 p { color: rgb(181,137,111); }

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

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

 a { background-color: rgb(181,137,111); }

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

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

 span { border-color: rgb(181,137,111); }

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