Html Css Color HEX #B5577C Royal Heath

📋 copy color: '#B5577C'

red 181 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #B5577C

Tints of Royal Heath #B5577C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 46.17%
G = 22.19%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5577C (or 0xB5577C) is known color: Royal Heath. HEX triplet: B5, 57 and 7C. RGB value is (181,87,124). Sum of RGB (Red+Green+Blue) = 181+87+124=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5577C is #4AA883. Grayscale: #777777. Windows color (decimal): -4892804 or 8148917. OLE color: 8148917.

HSL color Cylindrical-coordinate representation of color #B5577C: hue angle of 336.38º 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 #B5577C is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 87 124 -
CMYK 0 0.52 0.31 0.29
HSL 336.38º 0.39% 0.53% -
HSV(B) 336.38º 0.52% 0.71% -
XYZ 26.1 18.1 21.19 -
YUV 119.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 181 87 124 0 0.52 0.31 0.29 336.38 0.39 0.53
Hex B5 57 7C 0 34 1F 1D 150 27 35
Octal 265 127 174 0 64 37 35 520 47 65
Binary 10110101 1010111 1111100 0 110100 11111 11101 101010000 100111 110101

Color Harmonies of #B5577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5577C

Black with #B5577C

Text Example


Text Example

White with #B5577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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