#B74860

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

Shades of Blush #B74860

Tints of Blush #B74860

Color information

#B74860 (or 0xB74860) is unknown color: approx Blush. HEX triplet: B7, 48 and 60. RGB value is (183,72,96). Sum of RGB (Red+Green+Blue) = 183+72+96=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B74860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74860 is #48B79F. Grayscale: #6B6B6B. Windows color (decimal): -4765600 or 6310071. OLE color: 6310071.

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

Color convert

RGB1837296-
CMYK00.610.480.28
HSL347.03º43.53%50%-
HSV(B)347.03º60.66%71.76%-
XYZ23.9615.5512.8-
YUV107.92121.27181.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=52.14%
G=20.51%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183729600.610.480.28347.0343.5350
HexB7486003D301C15b2c32
Octal26711014007560345335462
Binary1011011110010001100000011110111000011100101011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74860; }

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

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

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

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

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

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

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

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