Html Css Color HEX #B72C5E Old Rose

📋 copy color: '#B72C5E'

red 183 ◦ green 44 ◦ blue 94

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

Shades of Old Rose #B72C5E

Tints of Old Rose #B72C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

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

R = 57.01%
G = 13.71%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B72C5E (or 0xB72C5E) is known color: Old Rose. HEX triplet: B7, 2C and 5E. RGB value is (183,44,94). Sum of RGB (Red+Green+Blue) = 183+44+94=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C5E is #48D3A1. Grayscale: #5B5B5B. Windows color (decimal): -4772770 or 6171831. OLE color: 6171831.

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

Color convert

RGB 183 44 94 -
CMYK 0 0.76 0.49 0.28
HSL 338.42º 0.61% 0.45% -
HSV(B) 338.42º 0.76% 0.72% -
XYZ 22.45 12.68 11.85 -
YUV 91.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 183 44 94 0 0.76 0.49 0.28 338.42 0.61 0.45
Hex B7 2C 5E 0 4C 31 1C 152 3D 2D
Octal 267 54 136 0 114 61 34 522 75 55
Binary 10110111 101100 1011110 0 1001100 110001 11100 101010010 111101 101101

Color Harmonies of #B72C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C5E

Black with #B72C5E

Text Example


Text Example

White with #B72C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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