Html Css Color HEX #B73659 Old Rose

📋 copy color: '#B73659'

red 183 ◦ green 54 ◦ blue 89

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

Shades of Old Rose #B73659

Tints of Old Rose #B73659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

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

R = 56.13%
G = 16.56%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B73659 (or 0xB73659) is known color: Old Rose. HEX triplet: B7, 36 and 59. RGB value is (183,54,89). Sum of RGB (Red+Green+Blue) = 183+54+89=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B73659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73659 is #48C9A6. Grayscale: #606060. Windows color (decimal): -4770215 or 5846711. OLE color: 5846711.

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

Color convert

RGB 183 54 89 -
CMYK 0 0.70 0.51 0.28
HSL 343.72º 0.54% 0.46% -
HSV(B) 343.72º 0.7% 0.72% -
XYZ 22.65 13.43 10.85 -
YUV 96.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 183 54 89 0 0.70 0.51 0.28 343.72 0.54 0.46
Hex B7 36 59 0 46 33 1C 158 36 2E
Octal 267 66 131 0 106 63 34 530 66 56
Binary 10110111 110110 1011001 0 1000110 110011 11100 101011000 110110 101110

Color Harmonies of #B73659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73659

Black with #B73659

Text Example


Text Example

White with #B73659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73659; }

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

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

background-color css

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

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

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

border-color css

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

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

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