#B54F6F

Color #B54F6F Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B54F6F

Tints of Royal Heath #B54F6F

Color information

#B54F6F (or 0xB54F6F) is unknown color: approx 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

RGB18179111-
CMYK00.560.390.29
HSL341.18º40.8%50.98%-
HSV(B)341.18º56.35%70.98%-
XYZ24.7216.5616.93-
YUV113.15126.79176.4-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817911100.560.390.29341.1840.850.98
HexB54F6F038271D1552933
Octal26511715707047355255163
Binary1011010110011111101111011100010011111101101010101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>