#BD466C

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

Shades of Royal Heath #BD466C

Tints of Royal Heath #BD466C

Color information

#BD466C (or 0xBD466C) is unknown color: approx Royal Heath. HEX triplet: BD, 46 and 6C. RGB value is (189,70,108). Sum of RGB (Red+Green+Blue) = 189+70+108=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD466C is #42B993. Grayscale: #6D6D6D. Windows color (decimal): -4372884 or 7095997. OLE color: 7095997.

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

Color convert

RGB18970108-
CMYK00.630.430.26
HSL340.84º47.41%50.78%-
HSV(B)340.84º62.96%74.12%-
XYZ25.8816.2815.97-
YUV109.91126.92184.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.50%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=51.50%
G=19.07%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897010800.630.430.26340.8447.4150.78
HexBD466C03F2B1A1552f33
Octal27510615407753325255763
Binary1011110110001101101100011111110101111010101010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD466C; }

 p { color: rgb(189,70,108); }

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

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

 a { background-color: rgb(189,70,108); }

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

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

 span { border-color: rgb(189,70,108); }

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