Html Css Color HEX #B72950 Old Rose

📋 copy color: '#B72950'

red 183 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #B72950

Tints of Old Rose #B72950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 60.2%
G = 13.49%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B72950 (or 0xB72950) is known color: Old Rose. HEX triplet: B7, 29 and 50. RGB value is (183,41,80). Sum of RGB (Red+Green+Blue) = 183+41+80=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B72950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72950 is #48D6AF. Grayscale: #575757. Windows color (decimal): -4773552 or 5253559. OLE color: 5253559.

HSL color Cylindrical-coordinate representation of color #B72950: hue angle of 343.52º 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 #B72950 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 41 80 -
CMYK 0 0.78 0.56 0.28
HSL 343.52º 0.63% 0.44% -
HSV(B) 343.52º 0.78% 0.72% -
XYZ 21.77 12.23 8.8 -
YUV 87.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 183 41 80 0 0.78 0.56 0.28 343.52 0.63 0.44
Hex B7 29 50 0 4E 38 1C 158 3F 2C
Octal 267 51 120 0 116 70 34 530 77 54
Binary 10110111 101001 1010000 0 1001110 111000 11100 101011000 111111 101100

Color Harmonies of #B72950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72950

Black with #B72950

Text Example


Text Example

White with #B72950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72950; }

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

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

background-color css

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

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

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

border-color css

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

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

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