#B72869

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

Shades of Rouge #B72869

Tints of Rouge #B72869

Color information

#B72869 (or 0xB72869) is unknown color: approx Rouge. HEX triplet: B7, 28 and 69. RGB value is (183,40,105). Sum of RGB (Red+Green+Blue) = 183+40+105=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B72869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72869 is #48D796. Grayscale: #5A5A5A. Windows color (decimal): -4773783 or 6891703. OLE color: 6891703.

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

Color convert

RGB18340105-
CMYK00.780.430.28
HSL332.73º64.13%43.73%-
HSV(B)332.73º78.14%71.76%-
XYZ22.8412.614.59-
YUV90.17136.38194.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 40 (16.02% from 255) = 12.20%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=55.79%
G=12.20%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834010500.780.430.28332.7364.1343.73
HexB7286904E2B1C14d402c
Octal267501510116533451510054
Binary10110111101000110100101001110101011111001010011011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72869; }

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

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

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

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

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

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

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

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