Html Css Color HEX #B73059 Old Rose

📋 copy color: '#B73059'

red 183 ◦ green 48 ◦ blue 89

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

Shades of Old Rose #B73059

Tints of Old Rose #B73059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 57.19%
G = 15%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B73059 (or 0xB73059) is known color: Old Rose. HEX triplet: B7, 30 and 59. RGB value is (183,48,89). Sum of RGB (Red+Green+Blue) = 183+48+89=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B73059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73059 is #48CFA6. Grayscale: #5D5D5D. Windows color (decimal): -4771751 or 5845175. OLE color: 5845175.

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

Color convert

RGB 183 48 89 -
CMYK 0 0.74 0.51 0.28
HSL 341.78º 0.58% 0.45% -
HSV(B) 341.78º 0.74% 0.72% -
XYZ 22.39 12.9 10.76 -
YUV 93.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 183 48 89 0 0.74 0.51 0.28 341.78 0.58 0.45
Hex B7 30 59 0 4A 33 1C 156 3A 2D
Octal 267 60 131 0 112 63 34 526 72 55
Binary 10110111 110000 1011001 0 1001010 110011 11100 101010110 111010 101101

Color Harmonies of #B73059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73059

Black with #B73059

Text Example


Text Example

White with #B73059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73059; }

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

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

background-color css

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

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

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

border-color css

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

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

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