Html Css Color HEX #B72659 Old Rose

📋 copy color: '#B72659'

red 183 ◦ green 38 ◦ blue 89

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

Shades of Old Rose #B72659

Tints of Old Rose #B72659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 59.03%
G = 12.26%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B72659 (or 0xB72659) is known color: Old Rose. HEX triplet: B7, 26 and 59. RGB value is (183,38,89). Sum of RGB (Red+Green+Blue) = 183+38+89=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B72659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72659 is #48D9A6. Grayscale: #575757. Windows color (decimal): -4774311 or 5842615. OLE color: 5842615.

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

Color convert

RGB 183 38 89 -
CMYK 0 0.79 0.51 0.28
HSL 338.9º 0.66% 0.43% -
HSV(B) 338.9º 0.79% 0.72% -
XYZ 22.02 12.17 10.64 -
YUV 87.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 183 38 89 0 0.79 0.51 0.28 338.9 0.66 0.43
Hex B7 26 59 0 4F 33 1C 153 42 2B
Octal 267 46 131 0 117 63 34 523 102 53
Binary 10110111 100110 1011001 0 1001111 110011 11100 101010011 1000010 101011

Color Harmonies of #B72659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72659

Black with #B72659

Text Example


Text Example

White with #B72659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72659; }

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

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

background-color css

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

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

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

border-color css

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

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

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