#BD547B

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

Shades of Royal Heath #BD547B

Tints of Royal Heath #BD547B

Color information

#BD547B (or 0xBD547B) is unknown color: approx Royal Heath. HEX triplet: BD, 54 and 7B. RGB value is (189,84,123). Sum of RGB (Red+Green+Blue) = 189+84+123=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD547B is #42AB84. Grayscale: #777777. Windows color (decimal): -4369285 or 8082621. OLE color: 8082621.

HSL color Cylindrical-coordinate representation of color #BD547B: hue angle of 337.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD547B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18984123-
CMYK00.560.350.26
HSL337.71º44.3%53.53%-
HSV(B)337.71º55.56%74.12%-
XYZ27.7318.5920.87-
YUV119.84129.79177.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=47.73%
G=21.21%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898412300.560.350.26337.7144.353.53
HexBD547B038231A1522c36
Octal27512417307043325225466
Binary1011110110101001111011011100010001111010101010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD547B; }

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

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

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

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

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

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

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

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