#B74C6A

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

Shades of Blush #B74C6A

Tints of Blush #B74C6A

Color information

#B74C6A (or 0xB74C6A) is unknown color: approx Blush. HEX triplet: B7, 4C and 6A. RGB value is (183,76,106). Sum of RGB (Red+Green+Blue) = 183+76+106=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C6A is #48B395. Grayscale: #6F6F6F. Windows color (decimal): -4764566 or 6966455. OLE color: 6966455.

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

Color convert

RGB18376106-
CMYK00.580.420.28
HSL343.18º42.63%50.78%-
HSV(B)343.18º58.47%71.76%-
XYZ24.7116.2815.47-
YUV111.41124.95179.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=50.14%
G=20.82%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837610600.580.420.28343.1842.6350.78
HexB74C6A03A2A1C1572b33
Octal26711415207252345275363
Binary1011011110011001101010011101010101011100101010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C6A; }

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

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

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

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

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

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

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

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