Html Css Color HEX #B73649 Old Rose

📋 copy color: '#B73649'

red 183 ◦ green 54 ◦ blue 73

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

Shades of Old Rose #B73649

Tints of Old Rose #B73649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

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

R = 59.03%
G = 17.42%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B73649 (or 0xB73649) is known color: Old Rose. HEX triplet: B7, 36 and 49. RGB value is (183,54,73). Sum of RGB (Red+Green+Blue) = 183+54+73=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B73649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73649 is #48C9B6. Grayscale: #5E5E5E. Windows color (decimal): -4770231 or 4798135. OLE color: 4798135.

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

Color convert

RGB 183 54 73 -
CMYK 0 0.70 0.60 0.28
HSL 351.16º 0.54% 0.46% -
HSV(B) 351.16º 0.7% 0.72% -
XYZ 22.05 13.19 7.69 -
YUV 94.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 183 54 73 0 0.70 0.60 0.28 351.16 0.54 0.46
Hex B7 36 49 0 46 3C 1C 15F 36 2E
Octal 267 66 111 0 106 74 34 537 66 56
Binary 10110111 110110 1001001 0 1000110 111100 11100 101011111 110110 101110

Color Harmonies of #B73649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73649

Black with #B73649

Text Example


Text Example

White with #B73649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73649; }

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

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

background-color css

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

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

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

border-color css

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

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

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