Html Css Color HEX #B54772 Royal Heath

📋 copy color: '#B54772'

red 181 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #B54772

Tints of Royal Heath #B54772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 49.45%
G = 19.4%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B54772 (or 0xB54772) is known color: Royal Heath. HEX triplet: B5, 47 and 72. RGB value is (181,71,114). Sum of RGB (Red+Green+Blue) = 181+71+114=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B54772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54772 is #4AB88D. Grayscale: #6C6C6C. Windows color (decimal): -4896910 or 7489461. OLE color: 7489461.

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

Color convert

RGB 181 71 114 -
CMYK 0 0.61 0.37 0.29
HSL 336.55º 0.44% 0.49% -
HSV(B) 336.55º 0.61% 0.71% -
XYZ 24.35 15.55 17.64 -
YUV 108.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 181 71 114 0 0.61 0.37 0.29 336.55 0.44 0.49
Hex B5 47 72 0 3D 25 1D 151 2C 31
Octal 265 107 162 0 75 45 35 521 54 61
Binary 10110101 1000111 1110010 0 111101 100101 11101 101010001 101100 110001

Color Harmonies of #B54772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54772

Black with #B54772

Text Example


Text Example

White with #B54772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54772; }

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

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

background-color css

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

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

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

border-color css

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

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

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