#B5967F

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

Shades of Sandrift #B5967F

Tints of Sandrift #B5967F

Color information

#B5967F (or 0xB5967F) is unknown color: approx Sandrift. HEX triplet: B5, 96 and 7F. RGB value is (181,150,127). Sum of RGB (Red+Green+Blue) = 181+150+127=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5967F is #4A6980. Grayscale: #9C9C9C. Windows color (decimal): -4876673 or 8361653. OLE color: 8361653.

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

Color convert

RGB181150127-
CMYK00.170.300.29
HSL25.56º26.73%60.39%-
HSV(B)25.56º29.83%70.98%-
XYZ33.7933.1724.7-
YUV156.65111.27145.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 127 (50% from 255) = 27.73%
R=39.52%
G=32.75%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115012700.170.300.2925.5626.7360.39
HexB5967F0111E1D1a1b3c
Octal2652261770213635323374
Binary1011010110010110111111101000111110111011101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5967F; }

 p { color: rgb(181,150,127); }

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

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

 a { background-color: rgb(181,150,127); }

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

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

 span { border-color: rgb(181,150,127); }

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