Html Css Color HEX #B73159 Old Rose

📋 copy color: '#B73159'

red 183 ◦ green 49 ◦ blue 89

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

Shades of Old Rose #B73159

Tints of Old Rose #B73159

RGB

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

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

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

R = 57.01%
G = 15.26%
B = 27.73%

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

#B73159 (or 0xB73159) is known color: Old Rose. HEX triplet: B7, 31 and 59. RGB value is (183,49,89). Sum of RGB (Red+Green+Blue) = 183+49+89=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B73159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73159 is #48CEA6. Grayscale: #5D5D5D. Windows color (decimal): -4771495 or 5845431. OLE color: 5845431.

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

Color convert

RGB 183 49 89 -
CMYK 0 0.73 0.51 0.28
HSL 342.09º 0.58% 0.45% -
HSV(B) 342.09º 0.73% 0.72% -
XYZ 22.43 12.99 10.78 -
YUV 93.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 183 49 89 0 0.73 0.51 0.28 342.09 0.58 0.45
Hex B7 31 59 0 49 33 1C 156 3A 2D
Octal 267 61 131 0 111 63 34 526 72 55
Binary 10110111 110001 1011001 0 1001001 110011 11100 101010110 111010 101101

Color Harmonies of #B73159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73159

Black with #B73159

Text Example


Text Example

White with #B73159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73159; }

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

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

background-color css

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

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

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

border-color css

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

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

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