#B74B61

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

Shades of Blush #B74B61

Tints of Blush #B74B61

Color information

#B74B61 (or 0xB74B61) is unknown color: approx Blush. HEX triplet: B7, 4B and 61. RGB value is (183,75,97). Sum of RGB (Red+Green+Blue) = 183+75+97=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B61 is #48B49E. Grayscale: #6D6D6D. Windows color (decimal): -4764831 or 6376375. OLE color: 6376375.

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

Color convert

RGB1837597-
CMYK00.590.470.28
HSL347.78º42.86%50.59%-
HSV(B)347.78º59.02%71.76%-
XYZ24.215.9613.11-
YUV109.8120.78180.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=51.55%
G=21.13%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183759700.590.470.28347.7842.8650.59
HexB74B6103B2F1C15c2b33
Octal26711314107357345345363
Binary1011011110010111100001011101110111111100101011100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B61; }

 p { color: rgb(183,75,97); }

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

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

 a { background-color: rgb(183,75,97); }

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

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

 span { border-color: rgb(183,75,97); }

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