Html Css Color HEX #B72C65 Rouge

📋 copy color: '#B72C65'

red 183 ◦ green 44 ◦ blue 101

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

Shades of Rouge #B72C65

Tints of Rouge #B72C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 55.79%
G = 13.41%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B72C65 (or 0xB72C65) is known color: Rouge. HEX triplet: B7, 2C and 65. RGB value is (183,44,101). Sum of RGB (Red+Green+Blue) = 183+44+101=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C65 is #48D39A. Grayscale: #5B5B5B. Windows color (decimal): -4772763 or 6630583. OLE color: 6630583.

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

Color convert

RGB 183 44 101 -
CMYK 0 0.76 0.45 0.28
HSL 335.4º 0.61% 0.45% -
HSV(B) 335.4º 0.76% 0.72% -
XYZ 22.78 12.81 13.58 -
YUV 92.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 183 44 101 0 0.76 0.45 0.28 335.4 0.61 0.45
Hex B7 2C 65 0 4C 2D 1C 14F 3D 2D
Octal 267 54 145 0 114 55 34 517 75 55
Binary 10110111 101100 1100101 0 1001100 101101 11100 101001111 111101 101101

Color Harmonies of #B72C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C65

Black with #B72C65

Text Example


Text Example

White with #B72C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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