#BD5E7A

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

Shades of Royal Heath #BD5E7A

Tints of Royal Heath #BD5E7A

Color information

#BD5E7A (or 0xBD5E7A) is unknown color: approx Royal Heath. HEX triplet: BD, 5E and 7A. RGB value is (189,94,122). Sum of RGB (Red+Green+Blue) = 189+94+122=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E7A is #42A185. Grayscale: #7D7D7D. Windows color (decimal): -4366726 or 8019645. OLE color: 8019645.

HSL color Cylindrical-coordinate representation of color #BD5E7A: hue angle of 342.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5E7A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18994122-
CMYK00.500.350.26
HSL342.32º41.85%55.49%-
HSV(B)342.32º50.26%74.12%-
XYZ28.520.2320.81-
YUV125.6125.97173.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=46.67%
G=23.21%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899412200.500.350.26342.3241.8555.49
HexBD5E7A032231A1562a37
Octal27513617206243325265267
Binary1011110110111101111010011001010001111010101010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E7A; }

 p { color: rgb(189,94,122); }

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

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

 a { background-color: rgb(189,94,122); }

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

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

 span { border-color: rgb(189,94,122); }

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