Html Css Color HEX #B72050 Old Rose

📋 copy color: '#B72050'

red 183 ◦ green 32 ◦ blue 80

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

Shades of Old Rose #B72050

Tints of Old Rose #B72050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 62.03%
G = 10.85%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B72050 (or 0xB72050) is known color: Old Rose. HEX triplet: B7, 20 and 50. RGB value is (183,32,80). Sum of RGB (Red+Green+Blue) = 183+32+80=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B72050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72050 is #48DFAF. Grayscale: #525252. Windows color (decimal): -4775856 or 5251255. OLE color: 5251255.

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

Color convert

RGB 183 32 80 -
CMYK 0 0.83 0.56 0.28
HSL 340.93º 0.7% 0.42% -
HSV(B) 340.93º 0.83% 0.72% -
XYZ 21.49 11.68 8.71 -
YUV 82.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 183 32 80 0 0.83 0.56 0.28 340.93 0.7 0.42
Hex B7 20 50 0 53 38 1C 155 46 2A
Octal 267 40 120 0 123 70 34 525 106 52
Binary 10110111 100000 1010000 0 1010011 111000 11100 101010101 1000110 101010

Color Harmonies of #B72050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72050

Black with #B72050

Text Example


Text Example

White with #B72050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72050; }

 p { color: rgb(183,32,80); }

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

background-color css

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

 a { background-color: rgb(183,32,80); }

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

border-color css

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

 span { border-color: rgb(183,32,80); }

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