Html Css Color HEX #B54F6F Royal Heath

📋 copy color: '#B54F6F'

red 181 ◦ green 79 ◦ blue 111

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

Shades of Royal Heath #B54F6F

Tints of Royal Heath #B54F6F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

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

R = 48.79%
G = 21.29%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B54F6F (or 0xB54F6F) is known color: Royal Heath. HEX triplet: B5, 4F and 6F. RGB value is (181,79,111). Sum of RGB (Red+Green+Blue) = 181+79+111=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54F6F is #4AB090. Grayscale: #717171. Windows color (decimal): -4894865 or 7294901. OLE color: 7294901.

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

Color convert

RGB 181 79 111 -
CMYK 0 0.56 0.39 0.29
HSL 341.18º 0.41% 0.51% -
HSV(B) 341.18º 0.56% 0.71% -
XYZ 24.72 16.56 16.93 -
YUV 113.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 181 79 111 0 0.56 0.39 0.29 341.18 0.41 0.51
Hex B5 4F 6F 0 38 27 1D 155 29 33
Octal 265 117 157 0 70 47 35 525 51 63
Binary 10110101 1001111 1101111 0 111000 100111 11101 101010101 101001 110011

Color Harmonies of #B54F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54F6F

Black with #B54F6F

Text Example


Text Example

White with #B54F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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