#B74561

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

Shades of Blush #B74561

Tints of Blush #B74561

Color information

#B74561 (or 0xB74561) is unknown color: approx Blush. HEX triplet: B7, 45 and 61. RGB value is (183,69,97). Sum of RGB (Red+Green+Blue) = 183+69+97=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B74561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74561 is #48BA9E. Grayscale: #6A6A6A. Windows color (decimal): -4766367 or 6374839. OLE color: 6374839.

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

Color convert

RGB1836997-
CMYK00.620.470.28
HSL345.26º45.24%49.41%-
HSV(B)345.26º62.3%71.76%-
XYZ23.8115.1912.99-
YUV106.28122.77182.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.44%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=52.44%
G=19.77%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183699700.620.470.28345.2645.2449.41
HexB7456103E2F1C1592d31
Octal26710514107657345315561
Binary1011011110001011100001011111010111111100101011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74561; }

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

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

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

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

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

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

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

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