Html Css Color HEX #B73551 Old Rose

📋 copy color: '#B73551'

red 183 ◦ green 53 ◦ blue 81

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

Shades of Old Rose #B73551

Tints of Old Rose #B73551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 57.73%
G = 16.72%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B73551 (or 0xB73551) is known color: Old Rose. HEX triplet: B7, 35 and 51. RGB value is (183,53,81). Sum of RGB (Red+Green+Blue) = 183+53+81=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B73551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73551 is #48CAAE. Grayscale: #5F5F5F. Windows color (decimal): -4770479 or 5322167. OLE color: 5322167.

HSL color Cylindrical-coordinate representation of color #B73551: hue angle of 347.08º 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 #B73551 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 81 -
CMYK 0 0.71 0.56 0.28
HSL 347.08º 0.55% 0.46% -
HSV(B) 347.08º 0.71% 0.72% -
XYZ 22.29 13.21 9.16 -
YUV 95.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 183 53 81 0 0.71 0.56 0.28 347.08 0.55 0.46
Hex B7 35 51 0 47 38 1C 15B 37 2E
Octal 267 65 121 0 107 70 34 533 67 56
Binary 10110111 110101 1010001 0 1000111 111000 11100 101011011 110111 101110

Color Harmonies of #B73551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73551

Black with #B73551

Text Example


Text Example

White with #B73551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73551; }

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

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

background-color css

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

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

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

border-color css

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

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

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