#BD4677

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

Shades of Royal Heath #BD4677

Tints of Royal Heath #BD4677

Color information

#BD4677 (or 0xBD4677) is unknown color: approx Royal Heath. HEX triplet: BD, 46 and 77. RGB value is (189,70,119). Sum of RGB (Red+Green+Blue) = 189+70+119=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4677 is #42B988. Grayscale: #6F6F6F. Windows color (decimal): -4372873 or 7816893. OLE color: 7816893.

HSL color Cylindrical-coordinate representation of color #BD4677: hue angle of 335.29º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4677 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB18970119-
CMYK00.630.370.26
HSL335.29º47.41%50.78%-
HSV(B)335.29º62.96%74.12%-
XYZ26.5116.5319.25-
YUV111.17132.42183.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=50%
G=18.52%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897011900.630.370.26335.2947.4150.78
HexBD467703F251A14f2f33
Octal27510616707745325175763
Binary1011110110001101110111011111110010111010101001111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4677; }

 p { color: rgb(189,70,119); }

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

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

 a { background-color: rgb(189,70,119); }

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

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

 span { border-color: rgb(189,70,119); }

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