Html Css Color HEX #B72455 Old Rose

📋 copy color: '#B72455'

red 183 ◦ green 36 ◦ blue 85

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

Shades of Old Rose #B72455

Tints of Old Rose #B72455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.96%

R = 60.2%
G = 11.84%
B = 27.96%

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

#B72455 (or 0xB72455) is known color: Old Rose. HEX triplet: B7, 24 and 55. RGB value is (183,36,85). Sum of RGB (Red+Green+Blue) = 183+36+85=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B72455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72455 is #48DBAA. Grayscale: #555555. Windows color (decimal): -4774827 or 5579959. OLE color: 5579959.

HSL color Cylindrical-coordinate representation of color #B72455: hue angle of 340º 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 #B72455 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 85 -
CMYK 0 0.80 0.54 0.28
HSL 340º 0.67% 0.43% -
HSV(B) 340º 0.8% 0.72% -
XYZ 21.8 11.98 9.76 -
YUV 85.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 183 36 85 0 0.80 0.54 0.28 340 0.67 0.43
Hex B7 24 55 0 50 36 1C 154 43 2B
Octal 267 44 125 0 120 66 34 524 103 53
Binary 10110111 100100 1010101 0 1010000 110110 11100 101010100 1000011 101011

Color Harmonies of #B72455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72455

Black with #B72455

Text Example


Text Example

White with #B72455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72455; }

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

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

background-color css

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

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

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

border-color css

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

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

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