Html Css Color HEX #B54373 Royal Heath

📋 copy color: '#B54373'

red 181 ◦ green 67 ◦ blue 115

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

Shades of Royal Heath #B54373

Tints of Royal Heath #B54373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 49.86%
G = 18.46%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B54373 (or 0xB54373) is known color: Royal Heath. HEX triplet: B5, 43 and 73. RGB value is (181,67,115). Sum of RGB (Red+Green+Blue) = 181+67+115=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B54373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54373 is #4ABC8C. Grayscale: #6A6A6A. Windows color (decimal): -4897933 or 7553973. OLE color: 7553973.

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

Color convert

RGB 181 67 115 -
CMYK 0 0.63 0.36 0.29
HSL 334.74º 0.46% 0.49% -
HSV(B) 334.74º 0.63% 0.71% -
XYZ 24.16 15.08 17.86 -
YUV 106.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 181 67 115 0 0.63 0.36 0.29 334.74 0.46 0.49
Hex B5 43 73 0 3F 24 1D 14F 2E 31
Octal 265 103 163 0 77 44 35 517 56 61
Binary 10110101 1000011 1110011 0 111111 100100 11101 101001111 101110 110001

Color Harmonies of #B54373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54373

Black with #B54373

Text Example


Text Example

White with #B54373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54373; }

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

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

background-color css

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

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

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

border-color css

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

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

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