#B3947E

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

Shades of Sandrift #B3947E

Tints of Sandrift #B3947E

Color information

#B3947E (or 0xB3947E) is unknown color: approx Sandrift. HEX triplet: B3, 94 and 7E. RGB value is (179,148,126). Sum of RGB (Red+Green+Blue) = 179+148+126=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3947E is #4C6B81. Grayscale: #9A9A9A. Windows color (decimal): -5008258 or 8295603. OLE color: 8295603.

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

Color convert

RGB179148126-
CMYK00.170.300.30
HSL24.91º25.85%59.8%-
HSV(B)24.91º29.61%70.2%-
XYZ32.9532.2724.23-
YUV154.76111.77145.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=39.51%
G=32.67%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914812600.170.300.3024.9125.8559.8
HexB3947E0111E1E191a3c
Octal2632241760213636313274
Binary1011001110010100111111001000111110111101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3947E; }

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

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

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

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

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

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

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

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