Html Css Color HEX #B72861 Rouge

📋 copy color: '#B72861'

red 183 ◦ green 40 ◦ blue 97

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

Shades of Rouge #B72861

Tints of Rouge #B72861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 57.19%
G = 12.5%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B72861 (or 0xB72861) is known color: Rouge. HEX triplet: B7, 28 and 61. RGB value is (183,40,97). Sum of RGB (Red+Green+Blue) = 183+40+97=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B72861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72861 is #48D79E. Grayscale: #595959. Windows color (decimal): -4773791 or 6367415. OLE color: 6367415.

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

Color convert

RGB 183 40 97 -
CMYK 0 0.78 0.47 0.28
HSL 336.08º 0.64% 0.44% -
HSV(B) 336.08º 0.78% 0.72% -
XYZ 22.44 12.45 12.53 -
YUV 89.26 132.38 194.87 -
System Red Green Blue C M Y K H S L
Decimal 183 40 97 0 0.78 0.47 0.28 336.08 0.64 0.44
Hex B7 28 61 0 4E 2F 1C 150 40 2C
Octal 267 50 141 0 116 57 34 520 100 54
Binary 10110111 101000 1100001 0 1001110 101111 11100 101010000 1000000 101100

Color Harmonies of #B72861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72861

Black with #B72861

Text Example


Text Example

White with #B72861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72861; }

 p { color: rgb(183,40,97); }

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

background-color css

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

 a { background-color: rgb(183,40,97); }

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

border-color css

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

 span { border-color: rgb(183,40,97); }

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