#B73F64

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

Shades of Rouge #B73F64

Tints of Rouge #B73F64

Color information

#B73F64 (or 0xB73F64) is unknown color: approx Rouge. HEX triplet: B7, 3F and 64. RGB value is (183,63,100). Sum of RGB (Red+Green+Blue) = 183+63+100=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F64 is #48C09B. Grayscale: #676767. Windows color (decimal): -4767900 or 6569911. OLE color: 6569911.

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

Color convert

RGB18363100-
CMYK00.660.450.28
HSL341.5º48.78%48.24%-
HSV(B)341.5º65.57%71.76%-
XYZ23.6114.5413.62-
YUV103.1126.26184.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 63 (25% from 255) = 18.21%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=52.89%
G=18.21%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836310000.660.450.28341.548.7848.24
HexB73F640422D1C1563130
Octal26777144010255345266160
Binary1011011111111111001000100001010110111100101010110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73F64; }

 p { color: rgb(183,63,100); }

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

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

 a { background-color: rgb(183,63,100); }

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

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

 span { border-color: rgb(183,63,100); }

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