#B6515F

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

Shades of Blush #B6515F

Tints of Blush #B6515F

Color information

#B6515F (or 0xB6515F) is unknown color: approx Blush. HEX triplet: B6, 51 and 5F. RGB value is (182,81,95). Sum of RGB (Red+Green+Blue) = 182+81+95=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6515F is #49AEA0. Grayscale: #707070. Windows color (decimal): -4828833 or 6246838. OLE color: 6246838.

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

Color convert

RGB1828195-
CMYK00.550.480.29
HSL351.68º40.89%51.57%-
HSV(B)351.68º55.49%71.37%-
XYZ24.316.6612.76-
YUV112.8117.96177.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=50.84%
G=22.63%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182819500.550.480.29351.6840.8951.57
HexB6515F037301D1602934
Octal26612113706760355405164
Binary1011011010100011011111011011111000011101101100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6515F; }

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

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

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

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

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

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

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

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