Html Css Color HEX #B72960 Old Rose

📋 copy color: '#B72960'

red 183 ◦ green 41 ◦ blue 96

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

Shades of Old Rose #B72960

Tints of Old Rose #B72960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 57.19%
G = 12.81%
B = 30%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B72960 (or 0xB72960) is known color: Old Rose. HEX triplet: B7, 29 and 60. RGB value is (183,41,96). Sum of RGB (Red+Green+Blue) = 183+41+96=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B72960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72960 is #48D69F. Grayscale: #595959. Windows color (decimal): -4773536 or 6302135. OLE color: 6302135.

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

Color convert

RGB 183 41 96 -
CMYK 0 0.78 0.48 0.28
HSL 336.76º 0.63% 0.44% -
HSV(B) 336.76º 0.78% 0.72% -
XYZ 22.43 12.5 12.3 -
YUV 89.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 183 41 96 0 0.78 0.48 0.28 336.76 0.63 0.44
Hex B7 29 60 0 4E 30 1C 151 3F 2C
Octal 267 51 140 0 116 60 34 521 77 54
Binary 10110111 101001 1100000 0 1001110 110000 11100 101010001 111111 101100

Color Harmonies of #B72960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72960

Black with #B72960

Text Example


Text Example

White with #B72960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72960; }

 p { color: rgb(183,41,96); }

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

background-color css

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

 a { background-color: rgb(183,41,96); }

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

border-color css

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

 span { border-color: rgb(183,41,96); }

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