#B74C66

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

Shades of Blush #B74C66

Tints of Blush #B74C66

Color information

#B74C66 (or 0xB74C66) is unknown color: approx Blush. HEX triplet: B7, 4C and 66. RGB value is (183,76,102). Sum of RGB (Red+Green+Blue) = 183+76+102=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C66 is #48B399. Grayscale: #6E6E6E. Windows color (decimal): -4764570 or 6704311. OLE color: 6704311.

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

Color convert

RGB18376102-
CMYK00.580.440.28
HSL345.42º42.63%50.78%-
HSV(B)345.42º58.47%71.76%-
XYZ24.5116.214.4-
YUV110.96122.95179.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=50.69%
G=21.05%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837610200.580.440.28345.4242.6350.78
HexB74C6603A2C1C1592b33
Octal26711414607254345315363
Binary1011011110011001100110011101010110011100101011001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C66; }

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

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

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

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

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

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

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

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