Html Css Color HEX #B72849 Old Rose

📋 copy color: '#B72849'

red 183 ◦ green 40 ◦ blue 73

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

Shades of Old Rose #B72849

Tints of Old Rose #B72849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 61.82%
G = 13.51%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B72849 (or 0xB72849) is known color: Old Rose. HEX triplet: B7, 28 and 49. RGB value is (183,40,73). Sum of RGB (Red+Green+Blue) = 183+40+73=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B72849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72849 is #48D7B6. Grayscale: #565656. Windows color (decimal): -4773815 or 4794551. OLE color: 4794551.

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

Color convert

RGB 183 40 73 -
CMYK 0 0.78 0.60 0.28
HSL 346.15º 0.64% 0.44% -
HSV(B) 346.15º 0.78% 0.72% -
XYZ 21.49 12.07 7.5 -
YUV 86.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 183 40 73 0 0.78 0.60 0.28 346.15 0.64 0.44
Hex B7 28 49 0 4E 3C 1C 15A 40 2C
Octal 267 50 111 0 116 74 34 532 100 54
Binary 10110111 101000 1001001 0 1001110 111100 11100 101011010 1000000 101100

Color Harmonies of #B72849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72849

Black with #B72849

Text Example


Text Example

White with #B72849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72849; }

 p { color: rgb(183,40,73); }

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

background-color css

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

 a { background-color: rgb(183,40,73); }

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

border-color css

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

 span { border-color: rgb(183,40,73); }

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