Html Css Color HEX #B73049 Old Rose

📋 copy color: '#B73049'

red 183 ◦ green 48 ◦ blue 73

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

Shades of Old Rose #B73049

Tints of Old Rose #B73049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 60.2%
G = 15.79%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B73049 (or 0xB73049) is known color: Old Rose. HEX triplet: B7, 30 and 49. RGB value is (183,48,73). Sum of RGB (Red+Green+Blue) = 183+48+73=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73049 is #48CFB6. Grayscale: #5B5B5B. Windows color (decimal): -4771767 or 4796599. OLE color: 4796599.

HSL color Cylindrical-coordinate representation of color #B73049: hue angle of 348.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73049 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 73 -
CMYK 0 0.74 0.60 0.28
HSL 348.89º 0.58% 0.45% -
HSV(B) 348.89º 0.74% 0.72% -
XYZ 21.79 12.66 7.6 -
YUV 91.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 183 48 73 0 0.74 0.60 0.28 348.89 0.58 0.45
Hex B7 30 49 0 4A 3C 1C 15D 3A 2D
Octal 267 60 111 0 112 74 34 535 72 55
Binary 10110111 110000 1001001 0 1001010 111100 11100 101011101 111010 101101

Color Harmonies of #B73049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73049

Black with #B73049

Text Example


Text Example

White with #B73049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73049; }

 p { color: rgb(183,48,73); }

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

background-color css

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

 a { background-color: rgb(183,48,73); }

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

border-color css

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

 span { border-color: rgb(183,48,73); }

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