Html Css Color HEX #B73849 Old Rose

📋 copy color: '#B73849'

red 183 ◦ green 56 ◦ blue 73

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

Shades of Old Rose #B73849

Tints of Old Rose #B73849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

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

R = 58.65%
G = 17.95%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B73849 (or 0xB73849) is known color: Old Rose. HEX triplet: B7, 38 and 49. RGB value is (183,56,73). Sum of RGB (Red+Green+Blue) = 183+56+73=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B73849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73849 is #48C7B6. Grayscale: #5F5F5F. Windows color (decimal): -4769719 or 4798647. OLE color: 4798647.

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

Color convert

RGB 183 56 73 -
CMYK 0 0.69 0.60 0.28
HSL 351.97º 0.53% 0.47% -
HSV(B) 351.97º 0.69% 0.72% -
XYZ 22.15 13.38 7.72 -
YUV 95.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 183 56 73 0 0.69 0.60 0.28 351.97 0.53 0.47
Hex B7 38 49 0 45 3C 1C 160 35 2F
Octal 267 70 111 0 105 74 34 540 65 57
Binary 10110111 111000 1001001 0 1000101 111100 11100 101100000 110101 101111

Color Harmonies of #B73849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73849

Black with #B73849

Text Example


Text Example

White with #B73849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73849; }

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

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

background-color css

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

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

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

border-color css

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

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

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