Html Css Color HEX #B54B70 Royal Heath

📋 copy color: '#B54B70'

red 181 ◦ green 75 ◦ blue 112

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

Shades of Royal Heath #B54B70

Tints of Royal Heath #B54B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.38%

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

R = 49.18%
G = 20.38%
B = 30.43%

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

#B54B70 (or 0xB54B70) is known color: Royal Heath. HEX triplet: B5, 4B and 70. RGB value is (181,75,112). Sum of RGB (Red+Green+Blue) = 181+75+112=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B70 is #4AB48F. Grayscale: #6E6E6E. Windows color (decimal): -4895888 or 7359413. OLE color: 7359413.

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

Color convert

RGB 181 75 112 -
CMYK 0 0.59 0.38 0.29
HSL 339.06º 0.42% 0.5% -
HSV(B) 339.06º 0.59% 0.71% -
XYZ 24.5 16.03 17.13 -
YUV 110.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 181 75 112 0 0.59 0.38 0.29 339.06 0.42 0.5
Hex B5 4B 70 0 3B 26 1D 153 2A 32
Octal 265 113 160 0 73 46 35 523 52 62
Binary 10110101 1001011 1110000 0 111011 100110 11101 101010011 101010 110010

Color Harmonies of #B54B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54B70

Black with #B54B70

Text Example


Text Example

White with #B54B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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