Html Css Color HEX #B72760 Old Rose

📋 copy color: '#B72760'

red 183 ◦ green 39 ◦ blue 96

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

Shades of Old Rose #B72760

Tints of Old Rose #B72760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.26%

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

R = 57.55%
G = 12.26%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B72760 (or 0xB72760) is known color: Old Rose. HEX triplet: B7, 27 and 60. RGB value is (183,39,96). Sum of RGB (Red+Green+Blue) = 183+39+96=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B72760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72760 is #48D89F. Grayscale: #585858. Windows color (decimal): -4774048 or 6301623. OLE color: 6301623.

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

Color convert

RGB 183 39 96 -
CMYK 0 0.79 0.48 0.28
HSL 336.25º 0.65% 0.44% -
HSV(B) 336.25º 0.79% 0.72% -
XYZ 22.37 12.36 12.27 -
YUV 88.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 183 39 96 0 0.79 0.48 0.28 336.25 0.65 0.44
Hex B7 27 60 0 4F 30 1C 150 41 2C
Octal 267 47 140 0 117 60 34 520 101 54
Binary 10110111 100111 1100000 0 1001111 110000 11100 101010000 1000001 101100

Color Harmonies of #B72760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72760

Black with #B72760

Text Example


Text Example

White with #B72760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72760; }

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

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

background-color css

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

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

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

border-color css

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

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

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