#B74C60

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

Shades of Blush #B74C60

Tints of Blush #B74C60

Color information

#B74C60 (or 0xB74C60) is unknown color: approx Blush. HEX triplet: B7, 4C and 60. RGB value is (183,76,96). Sum of RGB (Red+Green+Blue) = 183+76+96=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C60 is #48B39F. Grayscale: #6E6E6E. Windows color (decimal): -4764576 or 6311095. OLE color: 6311095.

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

Color convert

RGB1837696-
CMYK00.580.480.28
HSL348.79º42.63%50.78%-
HSV(B)348.79º58.47%71.76%-
XYZ24.2216.0812.89-
YUV110.27119.95179.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 76 (30.08% from 255) = 21.41%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=51.55%
G=21.41%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183769600.580.480.28348.7942.6350.78
HexB74C6003A301C15d2b33
Octal26711414007260345355363
Binary1011011110011001100000011101011000011100101011101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C60; }

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

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

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

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

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

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

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

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