Html Css Color HEX #B54370 Royal Heath

📋 copy color: '#B54370'

red 181 ◦ green 67 ◦ blue 112

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

Shades of Royal Heath #B54370

Tints of Royal Heath #B54370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

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

R = 50.28%
G = 18.61%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B54370 (or 0xB54370) is known color: Royal Heath. HEX triplet: B5, 43 and 70. RGB value is (181,67,112). Sum of RGB (Red+Green+Blue) = 181+67+112=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B54370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54370 is #4ABC8F. Grayscale: #6A6A6A. Windows color (decimal): -4897936 or 7357365. OLE color: 7357365.

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

Color convert

RGB 181 67 112 -
CMYK 0 0.63 0.38 0.29
HSL 336.32º 0.46% 0.49% -
HSV(B) 336.32º 0.63% 0.71% -
XYZ 23.99 15.01 16.96 -
YUV 106.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 181 67 112 0 0.63 0.38 0.29 336.32 0.46 0.49
Hex B5 43 70 0 3F 26 1D 150 2E 31
Octal 265 103 160 0 77 46 35 520 56 61
Binary 10110101 1000011 1110000 0 111111 100110 11101 101010000 101110 110001

Color Harmonies of #B54370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54370

Black with #B54370

Text Example


Text Example

White with #B54370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54370; }

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

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

background-color css

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

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

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

border-color css

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

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

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