Html Css Color HEX #B73449 Old Rose

📋 copy color: '#B73449'

red 183 ◦ green 52 ◦ blue 73

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

Shades of Old Rose #B73449

Tints of Old Rose #B73449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 59.42%
G = 16.88%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B73449 (or 0xB73449) is known color: Old Rose. HEX triplet: B7, 34 and 49. RGB value is (183,52,73). Sum of RGB (Red+Green+Blue) = 183+52+73=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73449 is #48CBB6. Grayscale: #5D5D5D. Windows color (decimal): -4770743 or 4797623. OLE color: 4797623.

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

Color convert

RGB 183 52 73 -
CMYK 0 0.72 0.60 0.28
HSL 350.38º 0.56% 0.46% -
HSV(B) 350.38º 0.72% 0.72% -
XYZ 21.96 13 7.66 -
YUV 93.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 183 52 73 0 0.72 0.60 0.28 350.38 0.56 0.46
Hex B7 34 49 0 48 3C 1C 15E 38 2E
Octal 267 64 111 0 110 74 34 536 70 56
Binary 10110111 110100 1001001 0 1001000 111100 11100 101011110 111000 101110

Color Harmonies of #B73449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73449

Black with #B73449

Text Example


Text Example

White with #B73449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73449; }

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

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

background-color css

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

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

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

border-color css

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

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

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