#B3917B

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

Shades of Sandrift #B3917B

Tints of Sandrift #B3917B

Color information

#B3917B (or 0xB3917B) is unknown color: approx Sandrift. HEX triplet: B3, 91 and 7B. RGB value is (179,145,123). Sum of RGB (Red+Green+Blue) = 179+145+123=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3917B is #4C6E84. Grayscale: #989898. Windows color (decimal): -5009029 or 8098227. OLE color: 8098227.

HSL color Cylindrical-coordinate representation of color #B3917B: hue angle of 23.57º 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 #B3917B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB179145123-
CMYK00.190.310.30
HSL23.57º26.92%59.22%-
HSV(B)23.57º31.28%70.2%-
XYZ32.2931.2623.07-
YUV152.66111.26146.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=40.04%
G=32.44%
B=27.52%

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
Decimal17914512300.190.310.3023.5726.9259.22
HexB3917B0131F1E181b3b
Octal2632211730233736303373
Binary1011001110010001111101101001111111111101100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3917B; }

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

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

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

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

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

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

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

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