#B72664

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

Shades of Rouge #B72664

Tints of Rouge #B72664

Color information

#B72664 (or 0xB72664) is unknown color: approx Rouge. HEX triplet: B7, 26 and 64. RGB value is (183,38,100). Sum of RGB (Red+Green+Blue) = 183+38+100=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B72664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72664 is #48D99B. Grayscale: #585858. Windows color (decimal): -4774300 or 6563511. OLE color: 6563511.

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

Color convert

RGB18338100-
CMYK00.790.450.28
HSL334.34º65.61%43.33%-
HSV(B)334.34º79.23%71.76%-
XYZ22.5212.3713.26-
YUV88.42134.54195.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=57.01%
G=11.84%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833810000.790.450.28334.3465.6143.33
HexB7266404F2D1C14e422b
Octal267461440117553451610253
Binary10110111100110110010001001111101101111001010011101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72664; }

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

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

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

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

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

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

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

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