Html Css Color HEX #B72963 Rouge

📋 copy color: '#B72963'

red 183 ◦ green 41 ◦ blue 99

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

Shades of Rouge #B72963

Tints of Rouge #B72963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

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

R = 56.66%
G = 12.69%
B = 30.65%

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

#B72963 (or 0xB72963) is known color: Rouge. HEX triplet: B7, 29 and 63. RGB value is (183,41,99). Sum of RGB (Red+Green+Blue) = 183+41+99=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B72963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72963 is #48D69C. Grayscale: #595959. Windows color (decimal): -4773533 or 6498743. OLE color: 6498743.

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

Color convert

RGB 183 41 99 -
CMYK 0 0.78 0.46 0.28
HSL 335.49º 0.63% 0.44% -
HSV(B) 335.49º 0.78% 0.72% -
XYZ 22.57 12.55 13.04 -
YUV 90.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 183 41 99 0 0.78 0.46 0.28 335.49 0.63 0.44
Hex B7 29 63 0 4E 2E 1C 14F 3F 2C
Octal 267 51 143 0 116 56 34 517 77 54
Binary 10110111 101001 1100011 0 1001110 101110 11100 101001111 111111 101100

Color Harmonies of #B72963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72963

Black with #B72963

Text Example


Text Example

White with #B72963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72963; }

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

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

background-color css

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

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

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

border-color css

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

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

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