#BD4D6E

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

Shades of Royal Heath #BD4D6E

Tints of Royal Heath #BD4D6E

Color information

#BD4D6E (or 0xBD4D6E) is unknown color: approx Royal Heath. HEX triplet: BD, 4D and 6E. RGB value is (189,77,110). Sum of RGB (Red+Green+Blue) = 189+77+110=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4D6E is #42B291. Grayscale: #727272. Windows color (decimal): -4371090 or 7228861. OLE color: 7228861.

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

Color convert

RGB18977110-
CMYK00.590.420.26
HSL342.32º45.9%52.16%-
HSV(B)342.32º59.26%74.12%-
XYZ26.4517.2516.69-
YUV114.25125.61181.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=50.27%
G=20.48%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897711000.590.420.26342.3245.952.16
HexBD4D6E03B2A1A1562e34
Octal27511515607352325265664
Binary1011110110011011101110011101110101011010101010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4D6E; }

 p { color: rgb(189,77,110); }

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

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

 a { background-color: rgb(189,77,110); }

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

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

 span { border-color: rgb(189,77,110); }

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