Html Css Color HEX #B73555 Old Rose

📋 copy color: '#B73555'

red 183 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #B73555

Tints of Old Rose #B73555

RGB

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

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

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

R = 57.01%
G = 16.51%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B73555 (or 0xB73555) is known color: Old Rose. HEX triplet: B7, 35 and 55. RGB value is (183,53,85). Sum of RGB (Red+Green+Blue) = 183+53+85=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B73555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73555 is #48CAAA. Grayscale: #5F5F5F. Windows color (decimal): -4770475 or 5584311. OLE color: 5584311.

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

Color convert

RGB 183 53 85 -
CMYK 0 0.71 0.54 0.28
HSL 345.23º 0.55% 0.46% -
HSV(B) 345.23º 0.71% 0.72% -
XYZ 22.44 13.27 9.97 -
YUV 95.52 122.07 190.4 -
System Red Green Blue C M Y K H S L
Decimal 183 53 85 0 0.71 0.54 0.28 345.23 0.55 0.46
Hex B7 35 55 0 47 36 1C 159 37 2E
Octal 267 65 125 0 107 66 34 531 67 56
Binary 10110111 110101 1010101 0 1000111 110110 11100 101011001 110111 101110

Color Harmonies of #B73555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73555

Black with #B73555

Text Example


Text Example

White with #B73555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73555; }

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

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

background-color css

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

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

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

border-color css

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

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

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