#B5456A

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

Shades of Royal Heath #B5456A

Tints of Royal Heath #B5456A

Color information

#B5456A (or 0xB5456A) is unknown color: approx Royal Heath. HEX triplet: B5, 45 and 6A. RGB value is (181,69,106). Sum of RGB (Red+Green+Blue) = 181+69+106=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5456A is #4ABA95. Grayscale: #6A6A6A. Windows color (decimal): -4897430 or 6964661. OLE color: 6964661.

HSL color Cylindrical-coordinate representation of color #B5456A: hue angle of 340.18º 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 #B5456A is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18169106-
CMYK00.620.410.29
HSL340.18º44.8%49.02%-
HSV(B)340.18º61.88%70.98%-
XYZ23.7915.1215.3-
YUV106.71127.61180.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=50.84%
G=19.38%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816910600.620.410.29340.1844.849.02
HexB5456A03E291D1542d31
Octal26510515207651355245561
Binary1011010110001011101010011111010100111101101010100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5456A; }

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

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

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

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

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

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

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

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