#B74D60

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

Shades of Blush #B74D60

Tints of Blush #B74D60

Color information

#B74D60 (or 0xB74D60) is unknown color: approx Blush. HEX triplet: B7, 4D and 60. RGB value is (183,77,96). Sum of RGB (Red+Green+Blue) = 183+77+96=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D60 is #48B29F. Grayscale: #6E6E6E. Windows color (decimal): -4764320 or 6311351. OLE color: 6311351.

HSL color Cylindrical-coordinate representation of color #B74D60: hue angle of 349.25º degrees, saturation: 0.42, 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 #B74D60 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1837796-
CMYK00.580.480.28
HSL349.25º42.4%50.98%-
HSV(B)349.25º57.92%71.76%-
XYZ24.2916.2212.92-
YUV110.86119.62179.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=51.40%
G=21.63%
B=26.97%

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
Decimal183779600.580.480.28349.2542.450.98
HexB74D6003A301C15d2a33
Octal26711514007260345355263
Binary1011011110011011100000011101011000011100101011101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D60; }

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

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

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

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

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

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

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

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