#BD4079

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

Shades of Royal Heath #BD4079

Tints of Royal Heath #BD4079

Color information

#BD4079 (or 0xBD4079) is unknown color: approx Royal Heath. HEX triplet: BD, 40 and 79. RGB value is (189,64,121). Sum of RGB (Red+Green+Blue) = 189+64+121=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4079 is #42BF86. Grayscale: #6B6B6B. Windows color (decimal): -4374407 or 7946429. OLE color: 7946429.

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

Color convert

RGB18964121-
CMYK00.660.360.26
HSL332.64º49.41%49.61%-
HSV(B)332.64º66.14%74.12%-
XYZ26.2715.8719.77-
YUV107.87135.41185.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=50.53%
G=17.11%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896412100.660.360.26332.6449.4149.61
HexBD4079042241A14d3132
Octal275100171010244325156162
Binary10111101100000011110010100001010010011010101001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4079; }

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

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

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

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

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

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

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

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