Html Css Color HEX #B72A60 Rouge

📋 copy color: '#B72A60'

red 183 ◦ green 42 ◦ blue 96

#B72A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B72A60

Tints of Rouge #B72A60

RGB

 RED value IS 183 (71.88% from 255) = 57.01%

 GREEN value IS 42 (16.8% from 255) = 13.08%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 57.01%
G = 13.08%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B72A60 (or 0xB72A60) is known color: Rouge. HEX triplet: B7, 2A and 60. RGB value is (183,42,96). Sum of RGB (Red+Green+Blue) = 183+42+96=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A60 is #48D59F. Grayscale: #5A5A5A. Windows color (decimal): -4773280 or 6302391. OLE color: 6302391.

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

Color convert

RGB 183 42 96 -
CMYK 0 0.77 0.48 0.28
HSL 337.02º 0.63% 0.44% -
HSV(B) 337.02º 0.77% 0.72% -
XYZ 22.47 12.57 12.31 -
YUV 90.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 183 42 96 0 0.77 0.48 0.28 337.02 0.63 0.44
Hex B7 2A 60 0 4D 30 1C 151 3F 2C
Octal 267 52 140 0 115 60 34 521 77 54
Binary 10110111 101010 1100000 0 1001101 110000 11100 101010001 111111 101100

Color Harmonies of #B72A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A60

Black with #B72A60

Text Example


Text Example

White with #B72A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A60; }

 p { color: rgb(183,42,96); }

 H1.HeaderClassName
 {
   color: #B72A60;
 }
 .AnyTagClassName
 {
   color: #B72A60;
 }
</style>

background-color css

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

 a { background-color: rgb(183,42,96); }

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

border-color css

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

 span { border-color: rgb(183,42,96); }

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