#B54B6F

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

Shades of Royal Heath #B54B6F

Tints of Royal Heath #B54B6F

Color information

#B54B6F (or 0xB54B6F) is unknown color: approx Royal Heath. HEX triplet: B5, 4B and 6F. RGB value is (181,75,111). Sum of RGB (Red+Green+Blue) = 181+75+111=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B6F is #4AB490. Grayscale: #6E6E6E. Windows color (decimal): -4895889 or 7293877. OLE color: 7293877.

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

Color convert

RGB18175111-
CMYK00.590.390.29
HSL339.62º41.73%50.2%-
HSV(B)339.62º58.56%70.98%-
XYZ24.441616.84-
YUV110.8128.12178.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=49.32%
G=20.44%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817511100.590.390.29339.6241.7350.2
HexB54B6F03B271D1542a32
Octal26511315707347355245262
Binary1011010110010111101111011101110011111101101010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B6F; }

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

 H1.HeaderClassName
 {
   color: #B54B6F;
 }
 .AnyTagClassName
 {
   color: #B54B6F;
 }
</style>
background-color css

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

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

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

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

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

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