Html Css Color HEX #B72360 Old Rose

📋 copy color: '#B72360'

red 183 ◦ green 35 ◦ blue 96

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

Shades of Old Rose #B72360

Tints of Old Rose #B72360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 58.28%
G = 11.15%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B72360 (or 0xB72360) is known color: Old Rose. HEX triplet: B7, 23 and 60. RGB value is (183,35,96). Sum of RGB (Red+Green+Blue) = 183+35+96=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B72360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72360 is #48DC9F. Grayscale: #565656. Windows color (decimal): -4775072 or 6300599. OLE color: 6300599.

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

Color convert

RGB 183 35 96 -
CMYK 0 0.81 0.48 0.28
HSL 335.27º 0.68% 0.43% -
HSV(B) 335.27º 0.81% 0.72% -
XYZ 22.24 12.11 12.23 -
YUV 86.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 183 35 96 0 0.81 0.48 0.28 335.27 0.68 0.43
Hex B7 23 60 0 51 30 1C 14F 44 2B
Octal 267 43 140 0 121 60 34 517 104 53
Binary 10110111 100011 1100000 0 1010001 110000 11100 101001111 1000100 101011

Color Harmonies of #B72360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72360

Black with #B72360

Text Example


Text Example

White with #B72360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72360; }

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

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

background-color css

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

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

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

border-color css

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

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

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