Html Css Color HEX #B54577 Royal Heath

📋 copy color: '#B54577'

red 181 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #B54577

Tints of Royal Heath #B54577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.7%

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

R = 49.05%
G = 18.7%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B54577 (or 0xB54577) is known color: Royal Heath. HEX triplet: B5, 45 and 77. RGB value is (181,69,119). Sum of RGB (Red+Green+Blue) = 181+69+119=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B54577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54577 is #4ABA88. Grayscale: #6C6C6C. Windows color (decimal): -4897417 or 7816629. OLE color: 7816629.

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

Color convert

RGB 181 69 119 -
CMYK 0 0.62 0.34 0.29
HSL 333.21º 0.45% 0.49% -
HSV(B) 333.21º 0.62% 0.71% -
XYZ 24.51 15.41 19.14 -
YUV 108.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 181 69 119 0 0.62 0.34 0.29 333.21 0.45 0.49
Hex B5 45 77 0 3E 22 1D 14D 2D 31
Octal 265 105 167 0 76 42 35 515 55 61
Binary 10110101 1000101 1110111 0 111110 100010 11101 101001101 101101 110001

Color Harmonies of #B54577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54577

Black with #B54577

Text Example


Text Example

White with #B54577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54577; }

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

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

background-color css

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

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

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

border-color css

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

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

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