#B74E66

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

Shades of Blush #B74E66

Tints of Blush #B74E66

Color information

#B74E66 (or 0xB74E66) is unknown color: approx Blush. HEX triplet: B7, 4E and 66. RGB value is (183,78,102). Sum of RGB (Red+Green+Blue) = 183+78+102=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E66 is #48B199. Grayscale: #707070. Windows color (decimal): -4764058 or 6704823. OLE color: 6704823.

HSL color Cylindrical-coordinate representation of color #B74E66: hue angle of 346.29º 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 #B74E66 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18378102-
CMYK00.570.440.28
HSL346.29º42.17%51.18%-
HSV(B)346.29º57.38%71.76%-
XYZ24.6516.4814.45-
YUV112.13122.29178.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=50.41%
G=21.49%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837810200.570.440.28346.2942.1751.18
HexB74E660392C1C15a2a33
Octal26711614607154345325263
Binary1011011110011101100110011100110110011100101011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E66; }

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

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

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

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

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

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

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

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