Html Css Color HEX #B55773 Royal Heath

📋 copy color: '#B55773'

red 181 ◦ green 87 ◦ blue 115

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

Shades of Royal Heath #B55773

Tints of Royal Heath #B55773

RGB

 RED value IS 181 (71.09% from 255) = 47.26%

 GREEN value IS 87 (34.38% from 255) = 22.72%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 47.26%
G = 22.72%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B55773 (or 0xB55773) is known color: Royal Heath. HEX triplet: B5, 57 and 73. RGB value is (181,87,115). Sum of RGB (Red+Green+Blue) = 181+87+115=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B55773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55773 is #4AA88C. Grayscale: #767676. Windows color (decimal): -4892813 or 7559093. OLE color: 7559093.

HSL color Cylindrical-coordinate representation of color #B55773: hue angle of 342.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55773 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 87 115 -
CMYK 0 0.52 0.36 0.29
HSL 342.13º 0.39% 0.53% -
HSV(B) 342.13º 0.52% 0.71% -
XYZ 25.56 17.88 18.32 -
YUV 118.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 181 87 115 0 0.52 0.36 0.29 342.13 0.39 0.53
Hex B5 57 73 0 34 24 1D 156 27 35
Octal 265 127 163 0 64 44 35 526 47 65
Binary 10110101 1010111 1110011 0 110100 100100 11101 101010110 100111 110101

Color Harmonies of #B55773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55773

Black with #B55773

Text Example


Text Example

White with #B55773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55773; }

 p { color: rgb(181,87,115); }

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

background-color css

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

 a { background-color: rgb(181,87,115); }

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

border-color css

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

 span { border-color: rgb(181,87,115); }

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