#B2927F

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

Shades of Sandrift #B2927F

Tints of Sandrift #B2927F

Color information

#B2927F (or 0xB2927F) is unknown color: approx Sandrift. HEX triplet: B2, 92 and 7F. RGB value is (178,146,127). Sum of RGB (Red+Green+Blue) = 178+146+127=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2927F is #4D6D80. Grayscale: #999999. Windows color (decimal): -5074305 or 8360626. OLE color: 8360626.

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

Color convert

RGB178146127-
CMYK00.180.290.30
HSL22.35º24.88%59.8%-
HSV(B)22.35º28.65%69.8%-
XYZ32.4731.5624.46-
YUV153.4113.1145.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.47%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 127 (50% from 255) = 28.16%
R=39.47%
G=32.37%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814612700.180.290.3022.3524.8859.8
HexB2927F0121D1E16193c
Octal2622221770223536263174
Binary1011001010010010111111101001011101111101011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2927F; }

 p { color: rgb(178,146,127); }

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

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

 a { background-color: rgb(178,146,127); }

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

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

 span { border-color: rgb(178,146,127); }

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