#BD406A

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

Shades of Royal Heath #BD406A

Tints of Royal Heath #BD406A

Color information

#BD406A (or 0xBD406A) is unknown color: approx Royal Heath. HEX triplet: BD, 40 and 6A. RGB value is (189,64,106). Sum of RGB (Red+Green+Blue) = 189+64+106=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD406A is #42BF95. Grayscale: #6A6A6A. Windows color (decimal): -4374422 or 6963389. OLE color: 6963389.

HSL color Cylindrical-coordinate representation of color #BD406A: hue angle of 339.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD406A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18964106-
CMYK00.660.440.26
HSL339.84º49.41%49.61%-
HSV(B)339.84º66.14%74.12%-
XYZ25.4215.5315.29-
YUV106.16127.91187.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=52.65%
G=17.83%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896410600.660.440.26339.8449.4149.61
HexBD406A0422C1A1543132
Octal275100152010254325246162
Binary10111101100000011010100100001010110011010101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD406A; }

 p { color: rgb(189,64,106); }

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

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

 a { background-color: rgb(189,64,106); }

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

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

 span { border-color: rgb(189,64,106); }

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