#B3977A

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

Shades of Sandrift #B3977A

Tints of Sandrift #B3977A

Color information

#B3977A (or 0xB3977A) is unknown color: approx Sandrift. HEX triplet: B3, 97 and 7A. RGB value is (179,151,122). Sum of RGB (Red+Green+Blue) = 179+151+122=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3977A is #4C6885. Grayscale: #9C9C9C. Windows color (decimal): -5007494 or 8034227. OLE color: 8034227.

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

Color convert

RGB179151122-
CMYK00.160.320.30
HSL30.53º27.27%59.02%-
HSV(B)30.53º31.84%70.2%-
XYZ33.1733.1223.06-
YUV156.07108.78144.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=39.60%
G=33.41%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915112200.160.320.3030.5327.2759.02
HexB3977A010201E1f1b3b
Octal2632271720204036373373
Binary10110011100101111111010010000100000111101111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3977A; }

 p { color: rgb(179,151,122); }

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

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

 a { background-color: rgb(179,151,122); }

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

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

 span { border-color: rgb(179,151,122); }

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