#B5967C

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

Shades of Sandrift #B5967C

Tints of Sandrift #B5967C

Color information

#B5967C (or 0xB5967C) is unknown color: approx Sandrift. HEX triplet: B5, 96 and 7C. RGB value is (181,150,124). Sum of RGB (Red+Green+Blue) = 181+150+124=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5967C is #4A6983. Grayscale: #9C9C9C. Windows color (decimal): -4876676 or 8165045. OLE color: 8165045.

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

Color convert

RGB181150124-
CMYK00.170.310.29
HSL27.37º27.8%59.8%-
HSV(B)27.37º31.49%70.98%-
XYZ33.633.0923.69-
YUV156.3109.77145.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=39.78%
G=32.97%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115012400.170.310.2927.3727.859.8
HexB5967C0111F1D1b1c3c
Octal2652261740213735333474
Binary1011010110010110111110001000111111111011101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5967C; }

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

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

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

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

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

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

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

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