Html Css Color HEX #B54970 Royal Heath

📋 copy color: '#B54970'

red 181 ◦ green 73 ◦ blue 112

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

Shades of Royal Heath #B54970

Tints of Royal Heath #B54970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 49.45%
G = 19.95%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B54970 (or 0xB54970) is known color: Royal Heath. HEX triplet: B5, 49 and 70. RGB value is (181,73,112). Sum of RGB (Red+Green+Blue) = 181+73+112=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B54970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54970 is #4AB68F. Grayscale: #6D6D6D. Windows color (decimal): -4896400 or 7358901. OLE color: 7358901.

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

Color convert

RGB 181 73 112 -
CMYK 0 0.60 0.38 0.29
HSL 338.33º 0.43% 0.5% -
HSV(B) 338.33º 0.6% 0.71% -
XYZ 24.36 15.76 17.09 -
YUV 109.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 181 73 112 0 0.60 0.38 0.29 338.33 0.43 0.5
Hex B5 49 70 0 3C 26 1D 152 2B 32
Octal 265 111 160 0 74 46 35 522 53 62
Binary 10110101 1001001 1110000 0 111100 100110 11101 101010010 101011 110010

Color Harmonies of #B54970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54970

Black with #B54970

Text Example


Text Example

White with #B54970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54970; }

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

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

background-color css

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

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

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

border-color css

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

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

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