Html Css Color HEX #B73E49 Old Rose

📋 copy color: '#B73E49'

red 183 ◦ green 62 ◦ blue 73

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

Shades of Old Rose #B73E49

Tints of Old Rose #B73E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.5%

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

R = 57.55%
G = 19.5%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B73E49 (or 0xB73E49) is known color: Old Rose. HEX triplet: B7, 3E and 49. RGB value is (183,62,73). Sum of RGB (Red+Green+Blue) = 183+62+73=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E49 is #48C1B6. Grayscale: #636363. Windows color (decimal): -4768183 or 4800183. OLE color: 4800183.

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

Color convert

RGB 183 62 73 -
CMYK 0 0.66 0.60 0.28
HSL 354.55º 0.49% 0.48% -
HSV(B) 354.55º 0.66% 0.72% -
XYZ 22.45 13.99 7.82 -
YUV 99.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 183 62 73 0 0.66 0.60 0.28 354.55 0.49 0.48
Hex B7 3E 49 0 42 3C 1C 163 31 30
Octal 267 76 111 0 102 74 34 543 61 60
Binary 10110111 111110 1001001 0 1000010 111100 11100 101100011 110001 110000

Color Harmonies of #B73E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73E49

Black with #B73E49

Text Example


Text Example

White with #B73E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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