Html Css Color HEX #B54974 Royal Heath

📋 copy color: '#B54974'

red 181 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #B54974

Tints of Royal Heath #B54974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 48.92%
G = 19.73%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B54974 (or 0xB54974) is known color: Royal Heath. HEX triplet: B5, 49 and 74. RGB value is (181,73,116). Sum of RGB (Red+Green+Blue) = 181+73+116=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B54974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54974 is #4AB68B. Grayscale: #6E6E6E. Windows color (decimal): -4896396 or 7621045. OLE color: 7621045.

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

Color convert

RGB 181 73 116 -
CMYK 0 0.60 0.36 0.29
HSL 336.11º 0.43% 0.5% -
HSV(B) 336.11º 0.6% 0.71% -
XYZ 24.59 15.85 18.29 -
YUV 110.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 181 73 116 0 0.60 0.36 0.29 336.11 0.43 0.5
Hex B5 49 74 0 3C 24 1D 150 2B 32
Octal 265 111 164 0 74 44 35 520 53 62
Binary 10110101 1001001 1110100 0 111100 100100 11101 101010000 101011 110010

Color Harmonies of #B54974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54974

Black with #B54974

Text Example


Text Example

White with #B54974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54974; }

 p { color: rgb(181,73,116); }

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

background-color css

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

 a { background-color: rgb(181,73,116); }

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

border-color css

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

 span { border-color: rgb(181,73,116); }

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