#B72D68

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

Shades of Rouge #B72D68

Tints of Rouge #B72D68

Color information

#B72D68 (or 0xB72D68) is unknown color: approx Rouge. HEX triplet: B7, 2D and 68. RGB value is (183,45,104). Sum of RGB (Red+Green+Blue) = 183+45+104=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D68 is #48D297. Grayscale: #5C5C5C. Windows color (decimal): -4772504 or 6827447. OLE color: 6827447.

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

Color convert

RGB18345104-
CMYK00.750.430.28
HSL334.35º60.53%44.71%-
HSV(B)334.35º75.41%71.76%-
XYZ22.9712.9414.38-
YUV92.99134.22192.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 45 (17.97% from 255) = 13.55%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=55.12%
G=13.55%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834510400.750.430.28334.3560.5344.71
HexB72D6804B2B1C14e3d2d
Octal26755150011353345167555
Binary1011011110110111010000100101110101111100101001110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D68; }

 p { color: rgb(183,45,104); }

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

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

 a { background-color: rgb(183,45,104); }

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

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

 span { border-color: rgb(183,45,104); }

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