Html Css Color HEX #B72354 Old Rose

📋 copy color: '#B72354'

red 183 ◦ green 35 ◦ blue 84

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

Shades of Old Rose #B72354

Tints of Old Rose #B72354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

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

R = 60.6%
G = 11.59%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B72354 (or 0xB72354) is known color: Old Rose. HEX triplet: B7, 23 and 54. RGB value is (183,35,84). Sum of RGB (Red+Green+Blue) = 183+35+84=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B72354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72354 is #48DCAB. Grayscale: #545454. Windows color (decimal): -4775084 or 5514167. OLE color: 5514167.

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

Color convert

RGB 183 35 84 -
CMYK 0 0.81 0.54 0.28
HSL 340.14º 0.68% 0.43% -
HSV(B) 340.14º 0.81% 0.72% -
XYZ 21.73 11.91 9.54 -
YUV 84.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 183 35 84 0 0.81 0.54 0.28 340.14 0.68 0.43
Hex B7 23 54 0 51 36 1C 154 44 2B
Octal 267 43 124 0 121 66 34 524 104 53
Binary 10110111 100011 1010100 0 1010001 110110 11100 101010100 1000100 101011

Color Harmonies of #B72354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72354

Black with #B72354

Text Example


Text Example

White with #B72354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72354; }

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

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

background-color css

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

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

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

border-color css

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

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

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