Html Css Color HEX #B72762 Rouge

📋 copy color: '#B72762'

red 183 ◦ green 39 ◦ blue 98

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

Shades of Rouge #B72762

Tints of Rouge #B72762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 57.19%
G = 12.19%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B72762 (or 0xB72762) is known color: Rouge. HEX triplet: B7, 27 and 62. RGB value is (183,39,98). Sum of RGB (Red+Green+Blue) = 183+39+98=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B72762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72762 is #48D89D. Grayscale: #585858. Windows color (decimal): -4774046 or 6432695. OLE color: 6432695.

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

Color convert

RGB 183 39 98 -
CMYK 0 0.79 0.46 0.28
HSL 335.42º 0.65% 0.44% -
HSV(B) 335.42º 0.79% 0.72% -
XYZ 22.46 12.4 12.77 -
YUV 88.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 183 39 98 0 0.79 0.46 0.28 335.42 0.65 0.44
Hex B7 27 62 0 4F 2E 1C 14F 41 2C
Octal 267 47 142 0 117 56 34 517 101 54
Binary 10110111 100111 1100010 0 1001111 101110 11100 101001111 1000001 101100

Color Harmonies of #B72762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72762

Black with #B72762

Text Example


Text Example

White with #B72762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72762; }

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

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

background-color css

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

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

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

border-color css

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

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

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