#B73560

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

Shades of Rouge #B73560

Tints of Rouge #B73560

Color information

#B73560 (or 0xB73560) is unknown color: approx Rouge. HEX triplet: B7, 35 and 60. RGB value is (183,53,96). Sum of RGB (Red+Green+Blue) = 183+53+96=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B73560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73560 is #48CA9F. Grayscale: #606060. Windows color (decimal): -4770464 or 6305207. OLE color: 6305207.

HSL color Cylindrical-coordinate representation of color #B73560: hue angle of 340.15º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73560 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1835396-
CMYK00.710.480.28
HSL340.15º55.08%46.27%-
HSV(B)340.15º71.04%71.76%-
XYZ22.9113.4612.46-
YUV96.77127.57189.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=55.12%
G=15.96%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183539600.710.480.28340.1555.0846.27
HexB73560047301C154372e
Octal26765140010760345246756
Binary1011011111010111000000100011111000011100101010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73560; }

 p { color: rgb(183,53,96); }

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

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

 a { background-color: rgb(183,53,96); }

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

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

 span { border-color: rgb(183,53,96); }

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