Html Css Color HEX #B72D66 Rouge

📋 copy color: '#B72D66'

red 183 ◦ green 45 ◦ blue 102

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

Shades of Rouge #B72D66

Tints of Rouge #B72D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 55.45%
G = 13.64%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B72D66 (or 0xB72D66) is known color: Rouge. HEX triplet: B7, 2D and 66. RGB value is (183,45,102). Sum of RGB (Red+Green+Blue) = 183+45+102=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D66 is #48D299. Grayscale: #5C5C5C. Windows color (decimal): -4772506 or 6696375. OLE color: 6696375.

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

Color convert

RGB 183 45 102 -
CMYK 0 0.75 0.44 0.28
HSL 335.22º 0.61% 0.45% -
HSV(B) 335.22º 0.75% 0.72% -
XYZ 22.87 12.9 13.86 -
YUV 92.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 183 45 102 0 0.75 0.44 0.28 335.22 0.61 0.45
Hex B7 2D 66 0 4B 2C 1C 14F 3D 2D
Octal 267 55 146 0 113 54 34 517 75 55
Binary 10110111 101101 1100110 0 1001011 101100 11100 101001111 111101 101101

Color Harmonies of #B72D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D66

Black with #B72D66

Text Example


Text Example

White with #B72D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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