#B75770

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

Shades of Blush #B75770

Tints of Blush #B75770

Color information

#B75770 (or 0xB75770) is unknown color: approx Blush. HEX triplet: B7, 57 and 70. RGB value is (183,87,112). Sum of RGB (Red+Green+Blue) = 183+87+112=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B75770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75770 is #48A88F. Grayscale: #767676. Windows color (decimal): -4761744 or 7362487. OLE color: 7362487.

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

Color convert

RGB18387112-
CMYK00.520.390.28
HSL344.38º40%52.94%-
HSV(B)344.38º52.46%71.76%-
XYZ25.8618.0517.45-
YUV118.55124.3173.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=47.91%
G=22.77%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838711200.520.390.28344.384052.94
HexB75770034271C1582835
Octal26712716006447345305065
Binary1011011110101111110000011010010011111100101011000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75770; }

 p { color: rgb(183,87,112); }

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

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

 a { background-color: rgb(183,87,112); }

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

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

 span { border-color: rgb(183,87,112); }

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