#B73B63

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

Shades of Rouge #B73B63

Tints of Rouge #B73B63

Color information

#B73B63 (or 0xB73B63) is unknown color: approx Rouge. HEX triplet: B7, 3B and 63. RGB value is (183,59,99). Sum of RGB (Red+Green+Blue) = 183+59+99=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B63 is #48C49C. Grayscale: #646464. Windows color (decimal): -4768925 or 6503351. OLE color: 6503351.

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

Color convert

RGB1835999-
CMYK00.680.460.28
HSL340.65º51.24%47.45%-
HSV(B)340.65º67.76%71.76%-
XYZ23.3414.113.29-
YUV100.64127.08186.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 59 (23.44% from 255) = 17.30%
BLUE value IS 99 (39.06% from 255) = 29.03%
R=53.67%
G=17.30%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183599900.680.460.28340.6551.2447.45
HexB73B630442E1C155332f
Octal26773143010456345256357
Binary1011011111101111000110100010010111011100101010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B63; }

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

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

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

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

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

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

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

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