Html Css Color HEX #B72454 Old Rose

📋 copy color: '#B72454'

red 183 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #B72454

Tints of Old Rose #B72454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

 BLUE value IS 84 (33.2% from 255) = 27.72%

R = 60.4%
G = 11.88%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B72454 (or 0xB72454) is known color: Old Rose. HEX triplet: B7, 24 and 54. RGB value is (183,36,84). Sum of RGB (Red+Green+Blue) = 183+36+84=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B72454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72454 is #48DBAB. Grayscale: #555555. Windows color (decimal): -4774828 or 5514423. OLE color: 5514423.

HSL color Cylindrical-coordinate representation of color #B72454: hue angle of 340.41º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72454 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 84 -
CMYK 0 0.80 0.54 0.28
HSL 340.41º 0.67% 0.43% -
HSV(B) 340.41º 0.8% 0.72% -
XYZ 21.76 11.97 9.55 -
YUV 85.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 183 36 84 0 0.80 0.54 0.28 340.41 0.67 0.43
Hex B7 24 54 0 50 36 1C 154 43 2B
Octal 267 44 124 0 120 66 34 524 103 53
Binary 10110111 100100 1010100 0 1010000 110110 11100 101010100 1000011 101011

Color Harmonies of #B72454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72454

Black with #B72454

Text Example


Text Example

White with #B72454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72454; }

 p { color: rgb(183,36,84); }

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

background-color css

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

 a { background-color: rgb(183,36,84); }

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

border-color css

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

 span { border-color: rgb(183,36,84); }

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