Html Css Color HEX #B72458 Old Rose

📋 copy color: '#B72458'

red 183 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #B72458

Tints of Old Rose #B72458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.66%

R = 59.61%
G = 11.73%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B72458 (or 0xB72458) is known color: Old Rose. HEX triplet: B7, 24 and 58. RGB value is (183,36,88). Sum of RGB (Red+Green+Blue) = 183+36+88=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B72458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72458 is #48DBA7. Grayscale: #555555. Windows color (decimal): -4774824 or 5776567. OLE color: 5776567.

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

Color convert

RGB 183 36 88 -
CMYK 0 0.80 0.52 0.28
HSL 338.78º 0.67% 0.43% -
HSV(B) 338.78º 0.8% 0.72% -
XYZ 21.92 12.03 10.4 -
YUV 85.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 183 36 88 0 0.80 0.52 0.28 338.78 0.67 0.43
Hex B7 24 58 0 50 34 1C 153 43 2B
Octal 267 44 130 0 120 64 34 523 103 53
Binary 10110111 100100 1011000 0 1010000 110100 11100 101010011 1000011 101011

Color Harmonies of #B72458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72458

Black with #B72458

Text Example


Text Example

White with #B72458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72458; }

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

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

background-color css

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

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

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

border-color css

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

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

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