#B3997D

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

Shades of Sandrift #B3997D

Tints of Sandrift #B3997D

Color information

#B3997D (or 0xB3997D) is unknown color: approx Sandrift. HEX triplet: B3, 99 and 7D. RGB value is (179,153,125). Sum of RGB (Red+Green+Blue) = 179+153+125=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B3997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3997D is #4C6682. Grayscale: #9D9D9D. Windows color (decimal): -5006979 or 8231347. OLE color: 8231347.

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

Color convert

RGB179153125-
CMYK00.150.300.30
HSL31.11º26.21%59.61%-
HSV(B)31.11º30.17%70.2%-
XYZ33.6833.8524.16-
YUV157.58109.61143.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=39.17%
G=33.48%
B=27.35%

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
Decimal17915312500.150.300.3031.1126.2159.61
HexB3997D0F1E1E1f1a3c
Octal2632311750173636373274
Binary101100111001100111111010111111110111101111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3997D; }

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

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

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

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

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

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

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

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