Html Css Color HEX #B73259 Old Rose

📋 copy color: '#B73259'

red 183 ◦ green 50 ◦ blue 89

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

Shades of Old Rose #B73259

Tints of Old Rose #B73259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 56.83%
G = 15.53%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B73259 (or 0xB73259) is known color: Old Rose. HEX triplet: B7, 32 and 59. RGB value is (183,50,89). Sum of RGB (Red+Green+Blue) = 183+50+89=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B73259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73259 is #48CDA6. Grayscale: #5E5E5E. Windows color (decimal): -4771239 or 5845687. OLE color: 5845687.

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

Color convert

RGB 183 50 89 -
CMYK 0 0.73 0.51 0.28
HSL 342.41º 0.57% 0.46% -
HSV(B) 342.41º 0.73% 0.72% -
XYZ 22.47 13.07 10.79 -
YUV 94.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 183 50 89 0 0.73 0.51 0.28 342.41 0.57 0.46
Hex B7 32 59 0 49 33 1C 156 39 2E
Octal 267 62 131 0 111 63 34 526 71 56
Binary 10110111 110010 1011001 0 1001001 110011 11100 101010110 111001 101110

Color Harmonies of #B73259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73259

Black with #B73259

Text Example


Text Example

White with #B73259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73259; }

 p { color: rgb(183,50,89); }

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

background-color css

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

 a { background-color: rgb(183,50,89); }

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

border-color css

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

 span { border-color: rgb(183,50,89); }

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