#B5937D

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

Shades of Sandrift #B5937D

Tints of Sandrift #B5937D

Color information

#B5937D (or 0xB5937D) is unknown color: approx Sandrift. HEX triplet: B5, 93 and 7D. RGB value is (181,147,125). Sum of RGB (Red+Green+Blue) = 181+147+125=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5937D is #4A6C82. Grayscale: #9A9A9A. Windows color (decimal): -4877443 or 8229813. OLE color: 8229813.

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

Color convert

RGB181147125-
CMYK00.190.310.29
HSL23.57º27.45%60%-
HSV(B)23.57º30.94%70.98%-
XYZ33.1932.1723.86-
YUV154.66111.26146.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=39.96%
G=32.45%
B=27.59%

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
Decimal18114712500.190.310.2923.5727.4560
HexB5937D0131F1D181b3c
Octal2652231750233735303374
Binary1011010110010011111110101001111111111011100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5937D; }

 p { color: rgb(181,147,125); }

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

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

 a { background-color: rgb(181,147,125); }

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

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

 span { border-color: rgb(181,147,125); }

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