#BD467A

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

Shades of Royal Heath #BD467A

Tints of Royal Heath #BD467A

Color information

#BD467A (or 0xBD467A) is unknown color: approx Royal Heath. HEX triplet: BD, 46 and 7A. RGB value is (189,70,122). Sum of RGB (Red+Green+Blue) = 189+70+122=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD467A is #42B985. Grayscale: #6F6F6F. Windows color (decimal): -4372870 or 8013501. OLE color: 8013501.

HSL color Cylindrical-coordinate representation of color #BD467A: hue angle of 333.78º 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 #BD467A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18970122-
CMYK00.630.350.26
HSL333.78º47.41%50.78%-
HSV(B)333.78º62.96%74.12%-
XYZ26.6916.620.21-
YUV111.51133.92183.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=49.61%
G=18.37%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897012200.630.350.26333.7847.4150.78
HexBD467A03F231A14e2f33
Octal27510617207743325165763
Binary1011110110001101111010011111110001111010101001110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD467A; }

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

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

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

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

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

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

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

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