#B2917A

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

Shades of Sandrift #B2917A

Tints of Sandrift #B2917A

Color information

#B2917A (or 0xB2917A) is unknown color: approx Sandrift. HEX triplet: B2, 91 and 7A. RGB value is (178,145,122). Sum of RGB (Red+Green+Blue) = 178+145+122=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B2917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2917A is #4D6E85. Grayscale: #989898. Windows color (decimal): -5074566 or 8032690. OLE color: 8032690.

HSL color Cylindrical-coordinate representation of color #B2917A: hue angle of 24.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2917A is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB178145122-
CMYK00.190.310.30
HSL24.64º26.67%58.82%-
HSV(B)24.64º31.46%69.8%-
XYZ3231.1222.73-
YUV152.24110.93146.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=40%
G=32.58%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814512200.190.310.3024.6426.6758.82
HexB2917A0131F1E191b3b
Octal2622211720233736313373
Binary1011001010010001111101001001111111111101100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2917A; }

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

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

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

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

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

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

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

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