#B72762

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

Shades of Rouge #B72762

Tints of Rouge #B72762

Color information

#B72762 (or 0xB72762) is unknown color: approx Rouge. HEX triplet: B7, 27 and 62. RGB value is (183,39,98). Sum of RGB (Red+Green+Blue) = 183+39+98=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B72762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72762 is #48D89D. Grayscale: #585858. Windows color (decimal): -4774046 or 6432695. OLE color: 6432695.

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

Color convert

RGB1833998-
CMYK00.790.460.28
HSL335.42º64.86%43.53%-
HSV(B)335.42º78.69%71.76%-
XYZ22.4612.412.77-
YUV88.78133.21195.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.19%
GREEN value IS 39 (15.62% from 255) = 12.19%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=57.19%
G=12.19%
B=30.62%

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
Decimal183399800.790.460.28335.4264.8643.53
HexB7276204F2E1C14f412c
Octal267471420117563451710154
Binary10110111100111110001001001111101110111001010011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72762; }

 p { color: rgb(183,39,98); }

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

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

 a { background-color: rgb(183,39,98); }

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

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

 span { border-color: rgb(183,39,98); }

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