Html Css Color HEX #B72662 Rouge

📋 copy color: '#B72662'

red 183 ◦ green 38 ◦ blue 98

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

Shades of Rouge #B72662

Tints of Rouge #B72662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.91%

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

R = 57.37%
G = 11.91%
B = 30.72%

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

#B72662 (or 0xB72662) is known color: Rouge. HEX triplet: B7, 26 and 62. RGB value is (183,38,98). Sum of RGB (Red+Green+Blue) = 183+38+98=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B72662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72662 is #48D99D. Grayscale: #585858. Windows color (decimal): -4774302 or 6432439. OLE color: 6432439.

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

Color convert

RGB 183 38 98 -
CMYK 0 0.79 0.46 0.28
HSL 335.17º 0.66% 0.43% -
HSV(B) 335.17º 0.79% 0.72% -
XYZ 22.43 12.34 12.75 -
YUV 88.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 183 38 98 0 0.79 0.46 0.28 335.17 0.66 0.43
Hex B7 26 62 0 4F 2E 1C 14F 42 2B
Octal 267 46 142 0 117 56 34 517 102 53
Binary 10110111 100110 1100010 0 1001111 101110 11100 101001111 1000010 101011

Color Harmonies of #B72662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72662

Black with #B72662

Text Example


Text Example

White with #B72662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72662; }

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

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

background-color css

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

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

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

border-color css

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

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

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