Html Css Color HEX #B73157 Old Rose

📋 copy color: '#B73157'

red 183 ◦ green 49 ◦ blue 87

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

Shades of Old Rose #B73157

Tints of Old Rose #B73157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.27%

R = 57.37%
G = 15.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B73157 (or 0xB73157) is known color: Old Rose. HEX triplet: B7, 31 and 57. RGB value is (183,49,87). Sum of RGB (Red+Green+Blue) = 183+49+87=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B73157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73157 is #48CEA8. Grayscale: #5D5D5D. Windows color (decimal): -4771497 or 5714359. OLE color: 5714359.

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

Color convert

RGB 183 49 87 -
CMYK 0 0.73 0.52 0.28
HSL 342.99º 0.58% 0.45% -
HSV(B) 342.99º 0.73% 0.72% -
XYZ 22.35 12.95 10.34 -
YUV 93.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 183 49 87 0 0.73 0.52 0.28 342.99 0.58 0.45
Hex B7 31 57 0 49 34 1C 157 3A 2D
Octal 267 61 127 0 111 64 34 527 72 55
Binary 10110111 110001 1010111 0 1001001 110100 11100 101010111 111010 101101

Color Harmonies of #B73157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73157

Black with #B73157

Text Example


Text Example

White with #B73157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73157; }

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

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

background-color css

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

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

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

border-color css

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

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

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