#B74A66

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

Shades of Blush #B74A66

Tints of Blush #B74A66

Color information

#B74A66 (or 0xB74A66) is unknown color: approx Blush. HEX triplet: B7, 4A and 66. RGB value is (183,74,102). Sum of RGB (Red+Green+Blue) = 183+74+102=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74A66 is #48B599. Grayscale: #6D6D6D. Windows color (decimal): -4765082 or 6703799. OLE color: 6703799.

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

Color convert

RGB18374102-
CMYK00.600.440.28
HSL344.59º43.08%50.39%-
HSV(B)344.59º59.56%71.76%-
XYZ24.3815.9214.36-
YUV109.78123.61180.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=50.97%
G=20.61%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837410200.600.440.28344.5943.0850.39
HexB74A6603C2C1C1592b32
Octal26711214607454345315362
Binary1011011110010101100110011110010110011100101011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A66; }

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

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

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

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

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

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

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

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