Html Css Color HEX #B54C6F Royal Heath

📋 copy color: '#B54C6F'

red 181 ◦ green 76 ◦ blue 111

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

Shades of Royal Heath #B54C6F

Tints of Royal Heath #B54C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 49.18%
G = 20.65%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B54C6F (or 0xB54C6F) is known color: Royal Heath. HEX triplet: B5, 4C and 6F. RGB value is (181,76,111). Sum of RGB (Red+Green+Blue) = 181+76+111=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C6F is #4AB390. Grayscale: #6F6F6F. Windows color (decimal): -4895633 or 7294133. OLE color: 7294133.

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

Color convert

RGB 181 76 111 -
CMYK 0 0.58 0.39 0.29
HSL 340º 0.42% 0.5% -
HSV(B) 340º 0.58% 0.71% -
XYZ 24.51 16.14 16.86 -
YUV 111.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 181 76 111 0 0.58 0.39 0.29 340 0.42 0.5
Hex B5 4C 6F 0 3A 27 1D 154 2A 32
Octal 265 114 157 0 72 47 35 524 52 62
Binary 10110101 1001100 1101111 0 111010 100111 11101 101010100 101010 110010

Color Harmonies of #B54C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C6F

Black with #B54C6F

Text Example


Text Example

White with #B54C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C6F; }

 p { color: rgb(181,76,111); }

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

background-color css

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

 a { background-color: rgb(181,76,111); }

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

border-color css

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

 span { border-color: rgb(181,76,111); }

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