#B5456F

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

Shades of Royal Heath #B5456F

Tints of Royal Heath #B5456F

Color information

#B5456F (or 0xB5456F) is unknown color: approx Royal Heath. HEX triplet: B5, 45 and 6F. RGB value is (181,69,111). Sum of RGB (Red+Green+Blue) = 181+69+111=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5456F is #4ABA90. Grayscale: #6B6B6B. Windows color (decimal): -4897425 or 7292341. OLE color: 7292341.

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

Color convert

RGB18169111-
CMYK00.620.390.29
HSL337.5º44.8%49.02%-
HSV(B)337.5º61.88%70.98%-
XYZ24.0515.2316.71-
YUV107.28130.11180.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=50.14%
G=19.11%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816911100.620.390.29337.544.849.02
HexB5456F03E271D1522d31
Octal26510515707647355225561
Binary1011010110001011101111011111010011111101101010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5456F; }

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

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

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

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

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

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

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

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