#B74E6A

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

Shades of Blush #B74E6A

Tints of Blush #B74E6A

Color information

#B74E6A (or 0xB74E6A) is unknown color: approx Blush. HEX triplet: B7, 4E and 6A. RGB value is (183,78,106). Sum of RGB (Red+Green+Blue) = 183+78+106=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E6A is #48B195. Grayscale: #707070. Windows color (decimal): -4764054 or 6966967. OLE color: 6966967.

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

Color convert

RGB18378106-
CMYK00.570.420.28
HSL344º42.17%51.18%-
HSV(B)344º57.38%71.76%-
XYZ24.8516.5615.52-
YUV112.59124.29178.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=49.86%
G=21.25%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837810600.570.420.2834442.1751.18
HexB74E6A0392A1C1582a33
Octal26711615207152345305263
Binary1011011110011101101010011100110101011100101011000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E6A; }

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

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

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

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

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

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

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

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