#B5957A

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

Shades of Sandrift #B5957A

Tints of Sandrift #B5957A

Color information

#B5957A (or 0xB5957A) is unknown color: approx Sandrift. HEX triplet: B5, 95 and 7A. RGB value is (181,149,122). Sum of RGB (Red+Green+Blue) = 181+149+122=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5957A is #4A6A85. Grayscale: #9B9B9B. Windows color (decimal): -4876934 or 8033717. OLE color: 8033717.

HSL color Cylindrical-coordinate representation of color #B5957A: hue angle of 27.46º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5957A is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB181149122-
CMYK00.180.330.29
HSL27.46º28.5%59.41%-
HSV(B)27.46º32.6%70.98%-
XYZ33.3232.7222.97-
YUV155.49109.1146.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=40.04%
G=32.96%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114912200.180.330.2927.4628.559.41
HexB5957A012211D1b1d3b
Octal2652251720224135333573
Binary10110101100101011111010010010100001111011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5957A; }

 p { color: rgb(181,149,122); }

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

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

 a { background-color: rgb(181,149,122); }

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

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

 span { border-color: rgb(181,149,122); }

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