#B7566F

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

Shades of Blush #B7566F

Tints of Blush #B7566F

Color information

#B7566F (or 0xB7566F) is unknown color: approx Blush. HEX triplet: B7, 56 and 6F. RGB value is (183,86,111). Sum of RGB (Red+Green+Blue) = 183+86+111=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7566F is #48A990. Grayscale: #757575. Windows color (decimal): -4762001 or 7296695. OLE color: 7296695.

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

Color convert

RGB18386111-
CMYK00.530.390.28
HSL344.54º40.25%52.75%-
HSV(B)344.54º53.01%71.76%-
XYZ25.7317.8717.13-
YUV117.85124.14174.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=48.16%
G=22.63%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838611100.530.390.28344.5440.2552.75
HexB7566F035271C1592835
Octal26712615706547345315065
Binary1011011110101101101111011010110011111100101011001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7566F; }

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

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

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

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

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

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

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

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