#B2977E

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

Shades of Sandrift #B2977E

Tints of Sandrift #B2977E

Color information

#B2977E (or 0xB2977E) is unknown color: approx Sandrift. HEX triplet: B2, 97 and 7E. RGB value is (178,151,126). Sum of RGB (Red+Green+Blue) = 178+151+126=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2977E is #4D6881. Grayscale: #9C9C9C. Windows color (decimal): -5073026 or 8296370. OLE color: 8296370.

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

Color convert

RGB178151126-
CMYK00.150.290.30
HSL28.85º25.24%59.61%-
HSV(B)28.85º29.21%69.8%-
XYZ33.1933.124.38-
YUV156.22110.95143.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=39.12%
G=33.19%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815112600.150.290.3028.8525.2459.61
HexB2977E0F1D1E1d193c
Octal2622271760173536353174
Binary101100101001011111111100111111101111101110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2977E; }

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

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

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

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

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

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

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

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