Html Css Color HEX #B72A5D Old Rose

📋 copy color: '#B72A5D'

red 183 ◦ green 42 ◦ blue 93

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

Shades of Old Rose #B72A5D

Tints of Old Rose #B72A5D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.21%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 57.55%
G = 13.21%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B72A5D (or 0xB72A5D) is known color: Old Rose. HEX triplet: B7, 2A and 5D. RGB value is (183,42,93). Sum of RGB (Red+Green+Blue) = 183+42+93=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A5D is #48D5A2. Grayscale: #595959. Windows color (decimal): -4773283 or 6105783. OLE color: 6105783.

HSL color Cylindrical-coordinate representation of color #B72A5D: hue angle of 338.3º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72A5D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 42 93 -
CMYK 0 0.77 0.49 0.28
HSL 338.3º 0.63% 0.44% -
HSV(B) 338.3º 0.77% 0.72% -
XYZ 22.33 12.51 11.59 -
YUV 89.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 183 42 93 0 0.77 0.49 0.28 338.3 0.63 0.44
Hex B7 2A 5D 0 4D 31 1C 152 3F 2C
Octal 267 52 135 0 115 61 34 522 77 54
Binary 10110111 101010 1011101 0 1001101 110001 11100 101010010 111111 101100

Color Harmonies of #B72A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A5D

Black with #B72A5D

Text Example


Text Example

White with #B72A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A5D; }

 p { color: rgb(183,42,93); }

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

background-color css

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

 a { background-color: rgb(183,42,93); }

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

border-color css

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

 span { border-color: rgb(183,42,93); }

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