Html Css Color HEX #B73146 Old Rose

📋 copy color: '#B73146'

red 183 ◦ green 49 ◦ blue 70

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

Shades of Old Rose #B73146

Tints of Old Rose #B73146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 60.6%
G = 16.23%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B73146 (or 0xB73146) is known color: Old Rose. HEX triplet: B7, 31 and 46. RGB value is (183,49,70). Sum of RGB (Red+Green+Blue) = 183+49+70=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B73146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73146 is #48CEB9. Grayscale: #5B5B5B. Windows color (decimal): -4771514 or 4600247. OLE color: 4600247.

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

Color convert

RGB 183 49 70 -
CMYK 0 0.73 0.62 0.28
HSL 350.6º 0.58% 0.45% -
HSV(B) 350.6º 0.73% 0.72% -
XYZ 21.73 12.71 7.1 -
YUV 91.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 183 49 70 0 0.73 0.62 0.28 350.6 0.58 0.45
Hex B7 31 46 0 49 3E 1C 15F 3A 2D
Octal 267 61 106 0 111 76 34 537 72 55
Binary 10110111 110001 1000110 0 1001001 111110 11100 101011111 111010 101101

Color Harmonies of #B73146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73146

Black with #B73146

Text Example


Text Example

White with #B73146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73146; }

 p { color: rgb(183,49,70); }

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

background-color css

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

 a { background-color: rgb(183,49,70); }

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

border-color css

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

 span { border-color: rgb(183,49,70); }

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