#B75564

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

Shades of Blush #B75564

Tints of Blush #B75564

Color information

#B75564 (or 0xB75564) is unknown color: approx Blush. HEX triplet: B7, 55 and 64. RGB value is (183,85,100). Sum of RGB (Red+Green+Blue) = 183+85+100=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B75564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75564 is #48AA9B. Grayscale: #747474. Windows color (decimal): -4762268 or 6575543. OLE color: 6575543.

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

Color convert

RGB18385100-
CMYK00.540.450.28
HSL350.82º40.5%52.55%-
HSV(B)350.82º53.55%71.76%-
XYZ25.0817.4814.11-
YUV116.01118.97175.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=49.73%
G=23.10%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838510000.540.450.28350.8240.552.55
HexB755640362D1C15f2835
Octal26712514406655345375065
Binary1011011110101011100100011011010110111100101011111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75564; }

 p { color: rgb(183,85,100); }

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

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

 a { background-color: rgb(183,85,100); }

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

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

 span { border-color: rgb(183,85,100); }

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