#BD567E

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

Shades of Royal Heath #BD567E

Tints of Royal Heath #BD567E

Color information

#BD567E (or 0xBD567E) is unknown color: approx Royal Heath. HEX triplet: BD, 56 and 7E. RGB value is (189,86,126). Sum of RGB (Red+Green+Blue) = 189+86+126=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD567E is #42A981. Grayscale: #797979. Windows color (decimal): -4368770 or 8279741. OLE color: 8279741.

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

Color convert

RGB18986126-
CMYK00.540.330.26
HSL336.7º43.83%53.92%-
HSV(B)336.7º54.5%74.12%-
XYZ28.0818.9821.92-
YUV121.36130.62176.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=47.13%
G=21.45%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898612600.540.330.26336.743.8353.92
HexBD567E036211A1512c36
Octal27512617606641325215466
Binary1011110110101101111110011011010000111010101010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD567E; }

 p { color: rgb(189,86,126); }

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

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

 a { background-color: rgb(189,86,126); }

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

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

 span { border-color: rgb(189,86,126); }

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