Html Css Color HEX #B72863 Rouge

📋 copy color: '#B72863'

red 183 ◦ green 40 ◦ blue 99

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

Shades of Rouge #B72863

Tints of Rouge #B72863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 56.83%
G = 12.42%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B72863 (or 0xB72863) is known color: Rouge. HEX triplet: B7, 28 and 63. RGB value is (183,40,99). Sum of RGB (Red+Green+Blue) = 183+40+99=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B72863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72863 is #48D79C. Grayscale: #595959. Windows color (decimal): -4773789 or 6498487. OLE color: 6498487.

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

Color convert

RGB 183 40 99 -
CMYK 0 0.78 0.46 0.28
HSL 335.24º 0.64% 0.44% -
HSV(B) 335.24º 0.78% 0.72% -
XYZ 22.54 12.49 13.03 -
YUV 89.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 183 40 99 0 0.78 0.46 0.28 335.24 0.64 0.44
Hex B7 28 63 0 4E 2E 1C 14F 40 2C
Octal 267 50 143 0 116 56 34 517 100 54
Binary 10110111 101000 1100011 0 1001110 101110 11100 101001111 1000000 101100

Color Harmonies of #B72863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72863

Black with #B72863

Text Example


Text Example

White with #B72863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72863; }

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

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

background-color css

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

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

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

border-color css

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

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

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