#B72862

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

Shades of Rouge #B72862

Tints of Rouge #B72862

Color information

#B72862 (or 0xB72862) is unknown color: approx Rouge. HEX triplet: B7, 28 and 62. RGB value is (183,40,98). Sum of RGB (Red+Green+Blue) = 183+40+98=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B72862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72862 is #48D79D. Grayscale: #595959. Windows color (decimal): -4773790 or 6432951. OLE color: 6432951.

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

Color convert

RGB1834098-
CMYK00.780.460.28
HSL335.66º64.13%43.73%-
HSV(B)335.66º78.14%71.76%-
XYZ22.4912.4712.78-
YUV89.37132.88194.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 40 (16.02% from 255) = 12.46%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=57.01%
G=12.46%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183409800.780.460.28335.6664.1343.73
HexB7286204E2E1C150402c
Octal267501420116563452010054
Binary10110111101000110001001001110101110111001010100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72862; }

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

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

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

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

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

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

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

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