#B72663

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

Shades of Rouge #B72663

Tints of Rouge #B72663

Color information

#B72663 (or 0xB72663) is unknown color: approx Rouge. HEX triplet: B7, 26 and 63. RGB value is (183,38,99). Sum of RGB (Red+Green+Blue) = 183+38+99=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B72663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72663 is #48D99C. Grayscale: #585858. Windows color (decimal): -4774301 or 6497975. OLE color: 6497975.

HSL color Cylindrical-coordinate representation of color #B72663: hue angle of 334.76º 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 #B72663 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB1833899-
CMYK00.790.460.28
HSL334.76º65.61%43.33%-
HSV(B)334.76º79.23%71.76%-
XYZ22.4712.3513-
YUV88.31134.04195.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.19%
GREEN value IS 38 (15.23% from 255) = 11.88%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=57.19%
G=11.88%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183389900.790.460.28334.7665.6143.33
HexB7266304F2E1C14f422b
Octal267461430117563451710253
Binary10110111100110110001101001111101110111001010011111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72663; }

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

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

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

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

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

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

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

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