Html Css Color HEX #B72259 Old Rose

📋 copy color: '#B72259'

red 183 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #B72259

Tints of Old Rose #B72259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.11%

 BLUE value IS 89 (35.16% from 255) = 29.08%

R = 59.8%
G = 11.11%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B72259 (or 0xB72259) is known color: Old Rose. HEX triplet: B7, 22 and 59. RGB value is (183,34,89). Sum of RGB (Red+Green+Blue) = 183+34+89=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B72259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72259 is #48DDA6. Grayscale: #545454. Windows color (decimal): -4775335 or 5841591. OLE color: 5841591.

HSL color Cylindrical-coordinate representation of color #B72259: hue angle of 337.85º degrees, saturation: 0.69, 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 #B72259 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 89 -
CMYK 0 0.81 0.51 0.28
HSL 337.85º 0.69% 0.43% -
HSV(B) 337.85º 0.81% 0.72% -
XYZ 21.9 11.93 10.6 -
YUV 84.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 183 34 89 0 0.81 0.51 0.28 337.85 0.69 0.43
Hex B7 22 59 0 51 33 1C 152 45 2B
Octal 267 42 131 0 121 63 34 522 105 53
Binary 10110111 100010 1011001 0 1010001 110011 11100 101010010 1000101 101011

Color Harmonies of #B72259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72259

Black with #B72259

Text Example


Text Example

White with #B72259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72259; }

 p { color: rgb(183,34,89); }

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

background-color css

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

 a { background-color: rgb(183,34,89); }

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

border-color css

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

 span { border-color: rgb(183,34,89); }

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