#B3997E

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

Shades of Sandrift #B3997E

Tints of Sandrift #B3997E

Color information

#B3997E (or 0xB3997E) is unknown color: approx Sandrift. HEX triplet: B3, 99 and 7E. RGB value is (179,153,126). Sum of RGB (Red+Green+Blue) = 179+153+126=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B3997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3997E is #4C6681. Grayscale: #9D9D9D. Windows color (decimal): -5006978 or 8296883. OLE color: 8296883.

HSL color Cylindrical-coordinate representation of color #B3997E: hue angle of 30.57º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3997E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179153126-
CMYK00.150.300.30
HSL30.57º25.85%59.8%-
HSV(B)30.57º29.61%70.2%-
XYZ33.7533.8724.5-
YUV157.7110.11143.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=39.08%
G=33.41%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915312600.150.300.3030.5725.8559.8
HexB3997E0F1E1E1f1a3c
Octal2632311760173636373274
Binary101100111001100111111100111111110111101111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3997E; }

 p { color: rgb(179,153,126); }

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

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

 a { background-color: rgb(179,153,126); }

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

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

 span { border-color: rgb(179,153,126); }

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