Html Css Color HEX #B72A5E Old Rose

📋 copy color: '#B72A5E'

red 183 ◦ green 42 ◦ blue 94

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

Shades of Old Rose #B72A5E

Tints of Old Rose #B72A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 57.37%
G = 13.17%
B = 29.47%

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

#B72A5E (or 0xB72A5E) is known color: Old Rose. HEX triplet: B7, 2A and 5E. RGB value is (183,42,94). Sum of RGB (Red+Green+Blue) = 183+42+94=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A5E is #48D5A1. Grayscale: #5A5A5A. Windows color (decimal): -4773282 or 6171319. OLE color: 6171319.

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

Color convert

RGB 183 42 94 -
CMYK 0 0.77 0.49 0.28
HSL 337.87º 0.63% 0.44% -
HSV(B) 337.87º 0.77% 0.72% -
XYZ 22.38 12.53 11.83 -
YUV 90.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 183 42 94 0 0.77 0.49 0.28 337.87 0.63 0.44
Hex B7 2A 5E 0 4D 31 1C 152 3F 2C
Octal 267 52 136 0 115 61 34 522 77 54
Binary 10110111 101010 1011110 0 1001101 110001 11100 101010010 111111 101100

Color Harmonies of #B72A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A5E

Black with #B72A5E

Text Example


Text Example

White with #B72A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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