#B4467E

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

Shades of Royal Heath #B4467E

Tints of Royal Heath #B4467E

Color information

#B4467E (or 0xB4467E) is unknown color: approx Royal Heath. HEX triplet: B4, 46 and 7E. RGB value is (180,70,126). Sum of RGB (Red+Green+Blue) = 180+70+126=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4467E is #4BB981. Grayscale: #6D6D6D. Windows color (decimal): -4962690 or 8275636. OLE color: 8275636.

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

Color convert

RGB18070126-
CMYK00.610.30.29
HSL329.45º44%49.02%-
HSV(B)329.45º61.11%70.59%-
XYZ24.7815.5921.44-
YUV109.27137.44178.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=47.87%
G=18.62%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807012600.610.30.29329.454449.02
HexB4467E03D1E1D1492c31
Octal26410617607536355115461
Binary101101001000110111111001111011111011101101001001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4467E; }

 p { color: rgb(180,70,126); }

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

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

 a { background-color: rgb(180,70,126); }

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

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

 span { border-color: rgb(180,70,126); }

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