#B2947E

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

Shades of Sandrift #B2947E

Tints of Sandrift #B2947E

Color information

#B2947E (or 0xB2947E) is unknown color: approx Sandrift. HEX triplet: B2, 94 and 7E. RGB value is (178,148,126). Sum of RGB (Red+Green+Blue) = 178+148+126=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2947E is #4D6B81. Grayscale: #9A9A9A. Windows color (decimal): -5073794 or 8295602. OLE color: 8295602.

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

Color convert

RGB178148126-
CMYK00.170.290.30
HSL25.38º25.24%59.61%-
HSV(B)25.38º29.21%69.8%-
XYZ32.7232.1524.22-
YUV154.46111.94144.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=39.38%
G=32.74%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814812600.170.290.3025.3825.2459.61
HexB2947E0111D1E19193c
Octal2622241760213536313174
Binary1011001010010100111111001000111101111101100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2947E; }

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

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

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

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

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

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

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

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