#BD446E

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

Shades of Royal Heath #BD446E

Tints of Royal Heath #BD446E

Color information

#BD446E (or 0xBD446E) is unknown color: approx Royal Heath. HEX triplet: BD, 44 and 6E. RGB value is (189,68,110). Sum of RGB (Red+Green+Blue) = 189+68+110=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD446E is #42BB91. Grayscale: #6C6C6C. Windows color (decimal): -4373394 or 7226557. OLE color: 7226557.

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

Color convert

RGB18968110-
CMYK00.640.420.26
HSL339.17º47.83%50.39%-
HSV(B)339.17º64.02%74.12%-
XYZ25.8716.0816.49-
YUV108.97128.59185.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.50%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=51.50%
G=18.53%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896811000.640.420.26339.1747.8350.39
HexBD446E0402A1A1533032
Octal275104156010052325236062
Binary10111101100010011011100100000010101011010101010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD446E; }

 p { color: rgb(189,68,110); }

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

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

 a { background-color: rgb(189,68,110); }

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

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

 span { border-color: rgb(189,68,110); }

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