Html Css Color HEX #B72D6D Rouge

📋 copy color: '#B72D6D'

red 183 ◦ green 45 ◦ blue 109

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

Shades of Rouge #B72D6D

Tints of Rouge #B72D6D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.35%

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 54.3%
G = 13.35%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B72D6D (or 0xB72D6D) is known color: Rouge. HEX triplet: B7, 2D and 6D. RGB value is (183,45,109). Sum of RGB (Red+Green+Blue) = 183+45+109=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D6D is #48D292. Grayscale: #5D5D5D. Windows color (decimal): -4772499 or 7155127. OLE color: 7155127.

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

Color convert

RGB 183 45 109 -
CMYK 0 0.75 0.40 0.28
HSL 332.17º 0.61% 0.45% -
HSV(B) 332.17º 0.75% 0.72% -
XYZ 23.23 13.05 15.76 -
YUV 93.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 183 45 109 0 0.75 0.40 0.28 332.17 0.61 0.45
Hex B7 2D 6D 0 4B 28 1C 14C 3D 2D
Octal 267 55 155 0 113 50 34 514 75 55
Binary 10110111 101101 1101101 0 1001011 101000 11100 101001100 111101 101101

Color Harmonies of #B72D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D6D

Black with #B72D6D

Text Example


Text Example

White with #B72D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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