Html Css Color HEX #B54876 Royal Heath

📋 copy color: '#B54876'

red 181 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #B54876

Tints of Royal Heath #B54876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 48.79%
G = 19.41%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B54876 (or 0xB54876) is known color: Royal Heath. HEX triplet: B5, 48 and 76. RGB value is (181,72,118). Sum of RGB (Red+Green+Blue) = 181+72+118=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54876 is #4AB789. Grayscale: #6D6D6D. Windows color (decimal): -4896650 or 7751861. OLE color: 7751861.

HSL color Cylindrical-coordinate representation of color #B54876: hue angle of 334.68º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54876 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 118 -
CMYK 0 0.60 0.35 0.29
HSL 334.68º 0.43% 0.5% -
HSV(B) 334.68º 0.6% 0.71% -
XYZ 24.64 15.77 18.88 -
YUV 109.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 181 72 118 0 0.60 0.35 0.29 334.68 0.43 0.5
Hex B5 48 76 0 3C 23 1D 14F 2B 32
Octal 265 110 166 0 74 43 35 517 53 62
Binary 10110101 1001000 1110110 0 111100 100011 11101 101001111 101011 110010

Color Harmonies of #B54876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54876

Black with #B54876

Text Example


Text Example

White with #B54876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54876; }

 p { color: rgb(181,72,118); }

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

background-color css

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

 a { background-color: rgb(181,72,118); }

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

border-color css

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

 span { border-color: rgb(181,72,118); }

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