#B6565F

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

Shades of Blush #B6565F

Tints of Blush #B6565F

Color information

#B6565F (or 0xB6565F) is unknown color: approx Blush. HEX triplet: B6, 56 and 5F. RGB value is (182,86,95). Sum of RGB (Red+Green+Blue) = 182+86+95=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6565F is #49A9A0. Grayscale: #737373. Windows color (decimal): -4827553 or 6248118. OLE color: 6248118.

HSL color Cylindrical-coordinate representation of color #B6565F: hue angle of 354.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6565F is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1828695-
CMYK00.530.480.29
HSL354.38º39.67%52.55%-
HSV(B)354.38º52.75%71.37%-
XYZ24.6817.4312.89-
YUV115.73116.3175.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=50.14%
G=23.69%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182869500.530.480.29354.3839.6752.55
HexB6565F035301D1622835
Octal26612613706560355425065
Binary1011011010101101011111011010111000011101101100010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6565F; }

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

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

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

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

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

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

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

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