#B45676

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

Shades of Royal Heath #B45676

Tints of Royal Heath #B45676

Color information

#B45676 (or 0xB45676) is unknown color: approx Royal Heath. HEX triplet: B4, 56 and 76. RGB value is (180,86,118). Sum of RGB (Red+Green+Blue) = 180+86+118=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B45676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45676 is #4BA989. Grayscale: #757575. Windows color (decimal): -4958602 or 7755444. OLE color: 7755444.

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

Color convert

RGB18086118-
CMYK00.520.340.29
HSL339.57º38.52%52.16%-
HSV(B)339.57º52.22%70.59%-
XYZ25.4217.6719.21-
YUV117.75128.14172.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=46.88%
G=22.40%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808611800.520.340.29339.5738.5252.16
HexB45676034221D1542734
Octal26412616606442355244764
Binary1011010010101101110110011010010001011101101010100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45676; }

 p { color: rgb(180,86,118); }

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

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

 a { background-color: rgb(180,86,118); }

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

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

 span { border-color: rgb(180,86,118); }

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