#B5917A

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

Shades of Sandrift #B5917A

Tints of Sandrift #B5917A

Color information

#B5917A (or 0xB5917A) is unknown color: approx Sandrift. HEX triplet: B5, 91 and 7A. RGB value is (181,145,122). Sum of RGB (Red+Green+Blue) = 181+145+122=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5917A is #4A6E85. Grayscale: #999999. Windows color (decimal): -4877958 or 8032693. OLE color: 8032693.

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

Color convert

RGB181145122-
CMYK00.200.330.29
HSL23.39º28.5%59.41%-
HSV(B)23.39º32.6%70.98%-
XYZ32.6931.4822.77-
YUV153.14110.43147.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=40.40%
G=32.37%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114512200.200.330.2923.3928.559.41
HexB5917A014211D171d3b
Octal2652211720244135273573
Binary10110101100100011111010010100100001111011011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5917A; }

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

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

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

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

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

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

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

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