#BD467B

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

Shades of Royal Heath #BD467B

Tints of Royal Heath #BD467B

Color information

#BD467B (or 0xBD467B) is unknown color: approx Royal Heath. HEX triplet: BD, 46 and 7B. RGB value is (189,70,123). Sum of RGB (Red+Green+Blue) = 189+70+123=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD467B is #42B984. Grayscale: #6F6F6F. Windows color (decimal): -4372869 or 8079037. OLE color: 8079037.

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

Color convert

RGB18970123-
CMYK00.630.350.26
HSL333.28º47.41%50.78%-
HSV(B)333.28º62.96%74.12%-
XYZ26.7516.6320.54-
YUV111.62134.42183.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 70 (27.73% from 255) = 18.32%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=49.48%
G=18.32%
B=32.20%

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
Decimal1897012300.630.350.26333.2847.4150.78
HexBD467B03F231A14d2f33
Octal27510617307743325155763
Binary1011110110001101111011011111110001111010101001101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD467B; }

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

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

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

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

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

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

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

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