Html Css Color HEX #B54771 Royal Heath

📋 copy color: '#B54771'

red 181 ◦ green 71 ◦ blue 113

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

Shades of Royal Heath #B54771

Tints of Royal Heath #B54771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.45%

 BLUE value IS 113 (44.53% from 255) = 30.96%

R = 49.59%
G = 19.45%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B54771 (or 0xB54771) is known color: Royal Heath. HEX triplet: B5, 47 and 71. RGB value is (181,71,113). Sum of RGB (Red+Green+Blue) = 181+71+113=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54771 is #4AB88E. Grayscale: #6C6C6C. Windows color (decimal): -4896911 or 7423925. OLE color: 7423925.

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

Color convert

RGB 181 71 113 -
CMYK 0 0.61 0.38 0.29
HSL 337.09º 0.44% 0.49% -
HSV(B) 337.09º 0.61% 0.71% -
XYZ 24.29 15.52 17.34 -
YUV 108.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 181 71 113 0 0.61 0.38 0.29 337.09 0.44 0.49
Hex B5 47 71 0 3D 26 1D 151 2C 31
Octal 265 107 161 0 75 46 35 521 54 61
Binary 10110101 1000111 1110001 0 111101 100110 11101 101010001 101100 110001

Color Harmonies of #B54771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54771

Black with #B54771

Text Example


Text Example

White with #B54771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54771; }

 p { color: rgb(181,71,113); }

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

background-color css

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

 a { background-color: rgb(181,71,113); }

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

border-color css

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

 span { border-color: rgb(181,71,113); }

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