Html Css Color HEX #B72447 Old Rose

📋 copy color: '#B72447'

red 183 ◦ green 36 ◦ blue 71

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

Shades of Old Rose #B72447

Tints of Old Rose #B72447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 71 (28.13% from 255) = 24.48%

R = 63.1%
G = 12.41%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B72447 (or 0xB72447) is known color: Old Rose. HEX triplet: B7, 24 and 47. RGB value is (183,36,71). Sum of RGB (Red+Green+Blue) = 183+36+71=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B72447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72447 is #48DBB8. Grayscale: #535353. Windows color (decimal): -4774841 or 4662455. OLE color: 4662455.

HSL color Cylindrical-coordinate representation of color #B72447: hue angle of 345.71º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72447 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 71 -
CMYK 0 0.80 0.61 0.28
HSL 345.71º 0.67% 0.43% -
HSV(B) 345.71º 0.8% 0.72% -
XYZ 21.3 11.78 7.11 -
YUV 83.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 183 36 71 0 0.80 0.61 0.28 345.71 0.67 0.43
Hex B7 24 47 0 50 3D 1C 15A 43 2B
Octal 267 44 107 0 120 75 34 532 103 53
Binary 10110111 100100 1000111 0 1010000 111101 11100 101011010 1000011 101011

Color Harmonies of #B72447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72447

Black with #B72447

Text Example


Text Example

White with #B72447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72447; }

 p { color: rgb(183,36,71); }

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

background-color css

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

 a { background-color: rgb(183,36,71); }

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

border-color css

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

 span { border-color: rgb(183,36,71); }

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