#B74E64

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

Shades of Blush #B74E64

Tints of Blush #B74E64

Color information

#B74E64 (or 0xB74E64) is unknown color: approx Blush. HEX triplet: B7, 4E and 64. RGB value is (183,78,100). Sum of RGB (Red+Green+Blue) = 183+78+100=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E64 is #48B19B. Grayscale: #6F6F6F. Windows color (decimal): -4764060 or 6573751. OLE color: 6573751.

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

Color convert

RGB18378100-
CMYK00.570.450.28
HSL347.43º42.17%51.18%-
HSV(B)347.43º57.38%71.76%-
XYZ24.5516.4413.93-
YUV111.9121.29178.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=50.69%
G=21.61%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837810000.570.450.28347.4342.1751.18
HexB74E640392D1C15b2a33
Octal26711614407155345335263
Binary1011011110011101100100011100110110111100101011011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E64; }

 p { color: rgb(183,78,100); }

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

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

 a { background-color: rgb(183,78,100); }

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

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

 span { border-color: rgb(183,78,100); }

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