#B74563

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

Shades of Blush #B74563

Tints of Blush #B74563

Color information

#B74563 (or 0xB74563) is unknown color: approx Blush. HEX triplet: B7, 45 and 63. RGB value is (183,69,99). Sum of RGB (Red+Green+Blue) = 183+69+99=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B74563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74563 is #48BA9C. Grayscale: #6A6A6A. Windows color (decimal): -4766365 or 6505911. OLE color: 6505911.

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

Color convert

RGB1836999-
CMYK00.620.460.28
HSL344.21º45.24%49.41%-
HSV(B)344.21º62.3%71.76%-
XYZ23.9115.2213.48-
YUV106.51123.77182.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 99 (39.06% from 255) = 28.21%
R=52.14%
G=19.66%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183699900.620.460.28344.2145.2449.41
HexB7456303E2E1C1582d31
Octal26710514307656345305561
Binary1011011110001011100011011111010111011100101011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74563; }

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

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

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

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

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

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

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

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