Html Css Color HEX #B73755 Old Rose

📋 copy color: '#B73755'

red 183 ◦ green 55 ◦ blue 85

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

Shades of Old Rose #B73755

Tints of Old Rose #B73755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 56.66%
G = 17.03%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B73755 (or 0xB73755) is known color: Old Rose. HEX triplet: B7, 37 and 55. RGB value is (183,55,85). Sum of RGB (Red+Green+Blue) = 183+55+85=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B73755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73755 is #48C8AA. Grayscale: #606060. Windows color (decimal): -4769963 or 5584823. OLE color: 5584823.

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

Color convert

RGB 183 55 85 -
CMYK 0 0.70 0.54 0.28
HSL 345.94º 0.54% 0.47% -
HSV(B) 345.94º 0.7% 0.72% -
XYZ 22.53 13.46 10 -
YUV 96.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 183 55 85 0 0.70 0.54 0.28 345.94 0.54 0.47
Hex B7 37 55 0 46 36 1C 15A 36 2F
Octal 267 67 125 0 106 66 34 532 66 57
Binary 10110111 110111 1010101 0 1000110 110110 11100 101011010 110110 101111

Color Harmonies of #B73755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73755

Black with #B73755

Text Example


Text Example

White with #B73755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73755; }

 p { color: rgb(183,55,85); }

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

background-color css

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

 a { background-color: rgb(183,55,85); }

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

border-color css

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

 span { border-color: rgb(183,55,85); }

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