#B74B60

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

Shades of Blush #B74B60

Tints of Blush #B74B60

Color information

#B74B60 (or 0xB74B60) is unknown color: approx Blush. HEX triplet: B7, 4B and 60. RGB value is (183,75,96). Sum of RGB (Red+Green+Blue) = 183+75+96=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B60 is #48B49F. Grayscale: #6D6D6D. Windows color (decimal): -4764832 or 6310839. OLE color: 6310839.

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

Color convert

RGB1837596-
CMYK00.590.480.28
HSL348.33º42.86%50.59%-
HSV(B)348.33º59.02%71.76%-
XYZ24.1615.9412.87-
YUV109.69120.28180.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.69%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=51.69%
G=21.19%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183759600.590.480.28348.3342.8650.59
HexB74B6003B301C15c2b33
Octal26711314007360345345363
Binary1011011110010111100000011101111000011100101011100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B60; }

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

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

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

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

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

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

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

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