#BD406C

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

Shades of Royal Heath #BD406C

Tints of Royal Heath #BD406C

Color information

#BD406C (or 0xBD406C) is unknown color: approx Royal Heath. HEX triplet: BD, 40 and 6C. RGB value is (189,64,108). Sum of RGB (Red+Green+Blue) = 189+64+108=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD406C is #42BF93. Grayscale: #6A6A6A. Windows color (decimal): -4374420 or 7094461. OLE color: 7094461.

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

Color convert

RGB18964108-
CMYK00.660.430.26
HSL338.88º49.41%49.61%-
HSV(B)338.88º66.14%74.12%-
XYZ25.5315.5715.85-
YUV106.39128.91186.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=52.35%
G=17.73%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896410800.660.430.26338.8849.4149.61
HexBD406C0422B1A1533132
Octal275100154010253325236162
Binary10111101100000011011000100001010101111010101010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD406C; }

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

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

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

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

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

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

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

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