#b6515c

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

Shades of Blush #B6515C

Tints of Blush #B6515C

Color information

#B6515C (or 0xB6515C) is unknown color: approx Blush. HEX triplet: B6, 51 and 5C. RGB value is (182,81,92). Sum of RGB (Red+Green+Blue) = 182+81+92=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6515C is #49AEA3. Grayscale: #707070. Windows color (decimal): -4828836 or 6050230. OLE color: 6050230.

HSL color Cylindrical-coordinate representation of color #B6515C: hue angle of 353.47º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6515C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1828192-
CMYK00.550.490.29
HSL353.47º40.89%51.57%-
HSV(B)353.47º55.49%71.37%-
XYZ24.1716.612.06-
YUV112.45116.46177.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=51.27%
G=22.82%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182819200.550.490.29353.4740.8951.57
HexB6515C037311D1612934
Octal26612113406761355415164
Binary1011011010100011011100011011111000111101101100001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6515c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6515c; }

 p { color: rgb(182,81,92); }

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

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

 a { background-color: rgb(182,81,92); }

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

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

 span { border-color: rgb(182,81,92); }

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