Html Css Color HEX #B72B6A Rouge

📋 copy color: '#B72B6A'

red 183 ◦ green 43 ◦ blue 106

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

Shades of Rouge #B72B6A

Tints of Rouge #B72B6A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 55.12%
G = 12.95%
B = 31.93%

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

#B72B6A (or 0xB72B6A) is known color: Rouge. HEX triplet: B7, 2B and 6A. RGB value is (183,43,106). Sum of RGB (Red+Green+Blue) = 183+43+106=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72B6A is #48D495. Grayscale: #5B5B5B. Windows color (decimal): -4773014 or 6958007. OLE color: 6958007.

HSL color Cylindrical-coordinate representation of color #B72B6A: hue angle of 333º degrees, saturation: 0.62, 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 #B72B6A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 43 106 -
CMYK 0 0.77 0.42 0.28
HSL 333º 0.62% 0.44% -
HSV(B) 333º 0.77% 0.72% -
XYZ 22.99 12.84 14.9 -
YUV 92.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 183 43 106 0 0.77 0.42 0.28 333 0.62 0.44
Hex B7 2B 6A 0 4D 2A 1C 14D 3E 2C
Octal 267 53 152 0 115 52 34 515 76 54
Binary 10110111 101011 1101010 0 1001101 101010 11100 101001101 111110 101100

Color Harmonies of #B72B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72B6A

Black with #B72B6A

Text Example


Text Example

White with #B72B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72B6A; }

 p { color: rgb(183,43,106); }

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

background-color css

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

 a { background-color: rgb(183,43,106); }

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

border-color css

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

 span { border-color: rgb(183,43,106); }

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