#B75460

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

Shades of Blush #B75460

Tints of Blush #B75460

Color information

#B75460 (or 0xB75460) is unknown color: approx Blush. HEX triplet: B7, 54 and 60. RGB value is (183,84,96). Sum of RGB (Red+Green+Blue) = 183+84+96=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B75460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75460 is #48AB9F. Grayscale: #737373. Windows color (decimal): -4762528 or 6313143. OLE color: 6313143.

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

Color convert

RGB1838496-
CMYK00.540.480.28
HSL352.73º40.74%52.35%-
HSV(B)352.73º54.1%71.76%-
XYZ24.8117.2513.09-
YUV114.97117.3176.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=50.41%
G=23.14%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183849600.540.480.28352.7340.7452.35
HexB75460036301C1612934
Octal26712414006660345415164
Binary1011011110101001100000011011011000011100101100001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75460; }

 p { color: rgb(183,84,96); }

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

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

 a { background-color: rgb(183,84,96); }

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

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

 span { border-color: rgb(183,84,96); }

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