#B6566F

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

Shades of Blush #B6566F

Tints of Blush #B6566F

Color information

#B6566F (or 0xB6566F) is unknown color: approx Blush. HEX triplet: B6, 56 and 6F. RGB value is (182,86,111). Sum of RGB (Red+Green+Blue) = 182+86+111=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6566F is #49A990. Grayscale: #757575. Windows color (decimal): -4827537 or 7296694. OLE color: 7296694.

HSL color Cylindrical-coordinate representation of color #B6566F: hue angle of 344.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 #B6566F is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18286111-
CMYK00.530.390.29
HSL344.38º39.67%52.55%-
HSV(B)344.38º52.75%71.37%-
XYZ25.4917.7517.12-
YUV117.55124.3173.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=48.02%
G=22.69%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828611100.530.390.29344.3839.6752.55
HexB6566F035271D1582835
Octal26612615706547355305065
Binary1011011010101101101111011010110011111101101011000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6566F; }

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

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

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

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

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

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

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

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