#BD5A7E

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

Shades of Royal Heath #BD5A7E

Tints of Royal Heath #BD5A7E

Color information

#BD5A7E (or 0xBD5A7E) is unknown color: approx Royal Heath. HEX triplet: BD, 5A and 7E. RGB value is (189,90,126). Sum of RGB (Red+Green+Blue) = 189+90+126=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A7E is #42A581. Grayscale: #7B7B7B. Windows color (decimal): -4367746 or 8280765. OLE color: 8280765.

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

Color convert

RGB18990126-
CMYK00.520.330.26
HSL338.18º42.86%54.71%-
HSV(B)338.18º52.38%74.12%-
XYZ28.4119.6422.03-
YUV123.7129.3174.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=46.67%
G=22.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899012600.520.330.26338.1842.8654.71
HexBD5A7E034211A1522b37
Octal27513217606441325225367
Binary1011110110110101111110011010010000111010101010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5A7E; }

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

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

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

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

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

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

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

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