Html Css Color HEX #B55377 Royal Heath

📋 copy color: '#B55377'

red 181 ◦ green 83 ◦ blue 119

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

Shades of Royal Heath #B55377

Tints of Royal Heath #B55377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 47.26%
G = 21.67%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B55377 (or 0xB55377) is known color: Royal Heath. HEX triplet: B5, 53 and 77. RGB value is (181,83,119). Sum of RGB (Red+Green+Blue) = 181+83+119=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B55377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55377 is #4AAC88. Grayscale: #747474. Windows color (decimal): -4893833 or 7820213. OLE color: 7820213.

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

Color convert

RGB 181 83 119 -
CMYK 0 0.54 0.34 0.29
HSL 337.96º 0.4% 0.52% -
HSV(B) 337.96º 0.54% 0.71% -
XYZ 25.48 17.34 19.46 -
YUV 116.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 181 83 119 0 0.54 0.34 0.29 337.96 0.4 0.52
Hex B5 53 77 0 36 22 1D 152 28 34
Octal 265 123 167 0 66 42 35 522 50 64
Binary 10110101 1010011 1110111 0 110110 100010 11101 101010010 101000 110100

Color Harmonies of #B55377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55377

Black with #B55377

Text Example


Text Example

White with #B55377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55377; }

 p { color: rgb(181,83,119); }

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

background-color css

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

 a { background-color: rgb(181,83,119); }

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

border-color css

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

 span { border-color: rgb(181,83,119); }

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