#B72F6E

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

Shades of Rouge #B72F6E

Tints of Rouge #B72F6E

Color information

#B72F6E (or 0xB72F6E) is unknown color: approx Rouge. HEX triplet: B7, 2F and 6E. RGB value is (183,47,110). Sum of RGB (Red+Green+Blue) = 183+47+110=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72F6E is #48D091. Grayscale: #5E5E5E. Windows color (decimal): -4771986 or 7221175. OLE color: 7221175.

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

Color convert

RGB18347110-
CMYK00.740.400.28
HSL332.21º59.13%45.1%-
HSV(B)332.21º74.32%71.76%-
XYZ23.3613.2316.07-
YUV94.85136.56190.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 47 (18.75% from 255) = 13.82%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=53.82%
G=13.82%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834711000.740.400.28332.2159.1345.1
HexB72F6E04A281C14c3b2d
Octal26757156011250345147355
Binary1011011110111111011100100101010100011100101001100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72F6E; }

 p { color: rgb(183,47,110); }

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

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

 a { background-color: rgb(183,47,110); }

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

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

 span { border-color: rgb(183,47,110); }

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