#B72C67

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

Shades of Rouge #B72C67

Tints of Rouge #B72C67

Color information

#B72C67 (or 0xB72C67) is unknown color: approx Rouge. HEX triplet: B7, 2C and 67. RGB value is (183,44,103). Sum of RGB (Red+Green+Blue) = 183+44+103=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C67 is #48D398. Grayscale: #5C5C5C. Windows color (decimal): -4772761 or 6761655. OLE color: 6761655.

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

Color convert

RGB18344103-
CMYK00.760.440.28
HSL334.53º61.23%44.51%-
HSV(B)334.53º75.96%71.76%-
XYZ22.8812.8514.11-
YUV92.29134.05192.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 44 (17.58% from 255) = 13.33%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=55.45%
G=13.33%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834410300.760.440.28334.5361.2344.51
HexB72C6704C2C1C14f3d2d
Octal26754147011454345177555
Binary1011011110110011001110100110010110011100101001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C67; }

 p { color: rgb(183,44,103); }

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

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

 a { background-color: rgb(183,44,103); }

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

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

 span { border-color: rgb(183,44,103); }

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