Html Css Color HEX #B72764 Rouge

📋 copy color: '#B72764'

red 183 ◦ green 39 ◦ blue 100

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

Shades of Rouge #B72764

Tints of Rouge #B72764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 56.83%
G = 12.11%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B72764 (or 0xB72764) is known color: Rouge. HEX triplet: B7, 27 and 64. RGB value is (183,39,100). Sum of RGB (Red+Green+Blue) = 183+39+100=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B72764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72764 is #48D89B. Grayscale: #585858. Windows color (decimal): -4774044 or 6563767. OLE color: 6563767.

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

Color convert

RGB 183 39 100 -
CMYK 0 0.79 0.45 0.28
HSL 334.58º 0.65% 0.44% -
HSV(B) 334.58º 0.79% 0.72% -
XYZ 22.55 12.44 13.27 -
YUV 89.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 183 39 100 0 0.79 0.45 0.28 334.58 0.65 0.44
Hex B7 27 64 0 4F 2D 1C 14F 41 2C
Octal 267 47 144 0 117 55 34 517 101 54
Binary 10110111 100111 1100100 0 1001111 101101 11100 101001111 1000001 101100

Color Harmonies of #B72764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72764

Black with #B72764

Text Example


Text Example

White with #B72764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72764; }

 p { color: rgb(183,39,100); }

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

background-color css

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

 a { background-color: rgb(183,39,100); }

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

border-color css

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

 span { border-color: rgb(183,39,100); }

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