#B5917B

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

Shades of Sandrift #B5917B

Tints of Sandrift #B5917B

Color information

#B5917B (or 0xB5917B) is unknown color: approx Sandrift. HEX triplet: B5, 91 and 7B. RGB value is (181,145,123). Sum of RGB (Red+Green+Blue) = 181+145+123=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5917B is #4A6E84. Grayscale: #999999. Windows color (decimal): -4877957 or 8098229. OLE color: 8098229.

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

Color convert

RGB181145123-
CMYK00.200.320.29
HSL22.76º28.16%59.61%-
HSV(B)22.76º32.04%70.98%-
XYZ32.7631.523.09-
YUV153.26110.93147.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=40.31%
G=32.29%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114512300.200.320.2922.7628.1659.61
HexB5917B014201D171c3c
Octal2652211730244035273474
Binary10110101100100011111011010100100000111011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5917B; }

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

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

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

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

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

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

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

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