#B2515F

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

Shades of Blush #B2515F

Tints of Blush #B2515F

Color information

#B2515F (or 0xB2515F) is unknown color: approx Blush. HEX triplet: B2, 51 and 5F. RGB value is (178,81,95). Sum of RGB (Red+Green+Blue) = 178+81+95=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2515F is #4DAEA0. Grayscale: #6F6F6F. Windows color (decimal): -5090977 or 6246834. OLE color: 6246834.

HSL color Cylindrical-coordinate representation of color #B2515F: hue angle of 351.34º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2515F is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1788195-
CMYK00.540.470.30
HSL351.34º38.65%50.78%-
HSV(B)351.34º54.49%69.8%-
XYZ23.3716.1812.72-
YUV111.6118.64175.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=50.28%
G=22.88%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178819500.540.470.30351.3438.6550.78
HexB2515F0362F1E15f2733
Octal26212113706657365374763
Binary1011001010100011011111011011010111111110101011111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2515F; }

 p { color: rgb(178,81,95); }

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

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

 a { background-color: rgb(178,81,95); }

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

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

 span { border-color: rgb(178,81,95); }

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