Html Css Color HEX #B72A6B Rouge

📋 copy color: '#B72A6B'

red 183 ◦ green 42 ◦ blue 107

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

Shades of Rouge #B72A6B

Tints of Rouge #B72A6B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.65%

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 55.12%
G = 12.65%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B72A6B (or 0xB72A6B) is known color: Rouge. HEX triplet: B7, 2A and 6B. RGB value is (183,42,107). Sum of RGB (Red+Green+Blue) = 183+42+107=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A6B is #48D594. Grayscale: #5B5B5B. Windows color (decimal): -4773269 or 7023287. OLE color: 7023287.

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

Color convert

RGB 183 42 107 -
CMYK 0 0.77 0.42 0.28
HSL 332.34º 0.63% 0.44% -
HSV(B) 332.34º 0.77% 0.72% -
XYZ 23.01 12.78 15.16 -
YUV 91.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 183 42 107 0 0.77 0.42 0.28 332.34 0.63 0.44
Hex B7 2A 6B 0 4D 2A 1C 14C 3F 2C
Octal 267 52 153 0 115 52 34 514 77 54
Binary 10110111 101010 1101011 0 1001101 101010 11100 101001100 111111 101100

Color Harmonies of #B72A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A6B

Black with #B72A6B

Text Example


Text Example

White with #B72A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A6B; }

 p { color: rgb(183,42,107); }

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

background-color css

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

 a { background-color: rgb(183,42,107); }

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

border-color css

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

 span { border-color: rgb(183,42,107); }

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