Html Css Color HEX #B73546 Old Rose

📋 copy color: '#B73546'

red 183 ◦ green 53 ◦ blue 70

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

Shades of Old Rose #B73546

Tints of Old Rose #B73546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

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

R = 59.8%
G = 17.32%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B73546 (or 0xB73546) is known color: Old Rose. HEX triplet: B7, 35 and 46. RGB value is (183,53,70). Sum of RGB (Red+Green+Blue) = 183+53+70=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B73546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73546 is #48CAB9. Grayscale: #5D5D5D. Windows color (decimal): -4770490 or 4601271. OLE color: 4601271.

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

Color convert

RGB 183 53 70 -
CMYK 0 0.71 0.62 0.28
HSL 352.15º 0.55% 0.46% -
HSV(B) 352.15º 0.71% 0.72% -
XYZ 21.91 13.06 7.16 -
YUV 93.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 183 53 70 0 0.71 0.62 0.28 352.15 0.55 0.46
Hex B7 35 46 0 47 3E 1C 160 37 2E
Octal 267 65 106 0 107 76 34 540 67 56
Binary 10110111 110101 1000110 0 1000111 111110 11100 101100000 110111 101110

Color Harmonies of #B73546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73546

Black with #B73546

Text Example


Text Example

White with #B73546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73546; }

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

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

background-color css

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

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

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

border-color css

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

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

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