#BD446D

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

Shades of Royal Heath #BD446D

Tints of Royal Heath #BD446D

Color information

#BD446D (or 0xBD446D) is unknown color: approx Royal Heath. HEX triplet: BD, 44 and 6D. RGB value is (189,68,109). Sum of RGB (Red+Green+Blue) = 189+68+109=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD446D is #42BB92. Grayscale: #6C6C6C. Windows color (decimal): -4373395 or 7161021. OLE color: 7161021.

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

Color convert

RGB18968109-
CMYK00.640.420.26
HSL339.67º47.83%50.39%-
HSV(B)339.67º64.02%74.12%-
XYZ25.8116.0616.21-
YUV108.85128.09185.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=51.64%
G=18.58%
B=29.78%

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
Decimal1896810900.640.420.26339.6747.8350.39
HexBD446D0402A1A1543032
Octal275104155010052325246062
Binary10111101100010011011010100000010101011010101010100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD446D; }

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

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

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

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

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

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

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

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