Html Css Color HEX #B54A70 Royal Heath

📋 copy color: '#B54A70'

red 181 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #B54A70

Tints of Royal Heath #B54A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

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

R = 49.32%
G = 20.16%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B54A70 (or 0xB54A70) is known color: Royal Heath. HEX triplet: B5, 4A and 70. RGB value is (181,74,112). Sum of RGB (Red+Green+Blue) = 181+74+112=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A70 is #4AB58F. Grayscale: #6E6E6E. Windows color (decimal): -4896144 or 7359157. OLE color: 7359157.

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

Color convert

RGB 181 74 112 -
CMYK 0 0.59 0.38 0.29
HSL 338.69º 0.42% 0.5% -
HSV(B) 338.69º 0.59% 0.71% -
XYZ 24.43 15.89 17.11 -
YUV 110.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 181 74 112 0 0.59 0.38 0.29 338.69 0.42 0.5
Hex B5 4A 70 0 3B 26 1D 153 2A 32
Octal 265 112 160 0 73 46 35 523 52 62
Binary 10110101 1001010 1110000 0 111011 100110 11101 101010011 101010 110010

Color Harmonies of #B54A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54A70

Black with #B54A70

Text Example


Text Example

White with #B54A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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