Html Css Color HEX #B73559 Old Rose

📋 copy color: '#B73559'

red 183 ◦ green 53 ◦ blue 89

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

Shades of Old Rose #B73559

Tints of Old Rose #B73559

RGB

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

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

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

R = 56.31%
G = 16.31%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B73559 (or 0xB73559) is known color: Old Rose. HEX triplet: B7, 35 and 59. RGB value is (183,53,89). Sum of RGB (Red+Green+Blue) = 183+53+89=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B73559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73559 is #48CAA6. Grayscale: #5F5F5F. Windows color (decimal): -4770471 or 5846455. OLE color: 5846455.

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

Color convert

RGB 183 53 89 -
CMYK 0 0.71 0.51 0.28
HSL 343.38º 0.55% 0.46% -
HSV(B) 343.38º 0.71% 0.72% -
XYZ 22.6 13.33 10.83 -
YUV 95.97 124.07 190.07 -
System Red Green Blue C M Y K H S L
Decimal 183 53 89 0 0.71 0.51 0.28 343.38 0.55 0.46
Hex B7 35 59 0 47 33 1C 157 37 2E
Octal 267 65 131 0 107 63 34 527 67 56
Binary 10110111 110101 1011001 0 1000111 110011 11100 101010111 110111 101110

Color Harmonies of #B73559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73559

Black with #B73559

Text Example


Text Example

White with #B73559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73559; }

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

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

background-color css

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

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

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

border-color css

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

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

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