#B4547B

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

Shades of Royal Heath #B4547B

Tints of Royal Heath #B4547B

Color information

#B4547B (or 0xB4547B) is unknown color: approx Royal Heath. HEX triplet: B4, 54 and 7B. RGB value is (180,84,123). Sum of RGB (Red+Green+Blue) = 180+84+123=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4547B is #4BAB84. Grayscale: #757575. Windows color (decimal): -4959109 or 8082612. OLE color: 8082612.

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

Color convert

RGB18084123-
CMYK00.530.320.29
HSL335.62º39.02%51.76%-
HSV(B)335.62º53.33%70.59%-
XYZ25.5717.4720.76-
YUV117.15131.3172.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=46.51%
G=21.71%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808412300.530.320.29335.6239.0251.76
HexB4547B035201D1502734
Octal26412417306540355204764
Binary1011010010101001111011011010110000011101101010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4547B; }

 p { color: rgb(180,84,123); }

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

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

 a { background-color: rgb(180,84,123); }

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

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

 span { border-color: rgb(180,84,123); }

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