#BD446B

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

Shades of Royal Heath #BD446B

Tints of Royal Heath #BD446B

Color information

#BD446B (or 0xBD446B) is unknown color: approx Royal Heath. HEX triplet: BD, 44 and 6B. RGB value is (189,68,107). Sum of RGB (Red+Green+Blue) = 189+68+107=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD446B is #42BB94. Grayscale: #6C6C6C. Windows color (decimal): -4373397 or 7029949. OLE color: 7029949.

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

Color convert

RGB18968107-
CMYK00.640.430.26
HSL340.66º47.83%50.39%-
HSV(B)340.66º64.02%74.12%-
XYZ25.7116.0115.65-
YUV108.62127.09185.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.92%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=51.92%
G=18.68%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896810700.640.430.26340.6647.8350.39
HexBD446B0402B1A1553032
Octal275104153010053325256062
Binary10111101100010011010110100000010101111010101010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD446B; }

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

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

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

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

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

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

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

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