#B5927C

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

Shades of Sandrift #B5927C

Tints of Sandrift #B5927C

Color information

#B5927C (or 0xB5927C) is unknown color: approx Sandrift. HEX triplet: B5, 92 and 7C. RGB value is (181,146,124). Sum of RGB (Red+Green+Blue) = 181+146+124=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5927C is #4A6D83. Grayscale: #9A9A9A. Windows color (decimal): -4877700 or 8164021. OLE color: 8164021.

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

Color convert

RGB181146124-
CMYK00.190.310.29
HSL23.16º27.8%59.8%-
HSV(B)23.16º31.49%70.98%-
XYZ32.9731.8423.48-
YUV153.96111.1147.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=40.13%
G=32.37%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114612400.190.310.2923.1627.859.8
HexB5927C0131F1D171c3c
Octal2652221740233735273474
Binary1011010110010010111110001001111111111011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5927C; }

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

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

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

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

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

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

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

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