#B5916F

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

Shades of Sandrift #B5916F

Tints of Sandrift #B5916F

Color information

#B5916F (or 0xB5916F) is unknown color: approx Sandrift. HEX triplet: B5, 91 and 6F. RGB value is (181,145,111). Sum of RGB (Red+Green+Blue) = 181+145+111=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5916F is #4A6E90. Grayscale: #989898. Windows color (decimal): -4877969 or 7311797. OLE color: 7311797.

HSL color Cylindrical-coordinate representation of color #B5916F: hue angle of 29.14º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5916F is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181145111-
CMYK00.200.390.29
HSL29.14º32.11%57.25%-
HSV(B)29.14º38.67%70.98%-
XYZ32.0531.2219.38-
YUV151.89104.93148.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=41.42%
G=33.18%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114511100.200.390.2929.1432.1157.25
HexB5916F014271D1d2039
Octal2652211570244735354071
Binary101101011001000111011110101001001111110111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5916F; }

 p { color: rgb(181,145,111); }

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

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

 a { background-color: rgb(181,145,111); }

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

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

 span { border-color: rgb(181,145,111); }

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