#BD4E77

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

Shades of Royal Heath #BD4E77

Tints of Royal Heath #BD4E77

Color information

#BD4E77 (or 0xBD4E77) is unknown color: approx Royal Heath. HEX triplet: BD, 4E and 77. RGB value is (189,78,119). Sum of RGB (Red+Green+Blue) = 189+78+119=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E77 is #42B188. Grayscale: #737373. Windows color (decimal): -4370825 or 7818941. OLE color: 7818941.

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

Color convert

RGB18978119-
CMYK00.590.370.26
HSL337.84º45.68%52.35%-
HSV(B)337.84º58.73%74.12%-
XYZ27.0417.619.42-
YUV115.86129.77180.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=48.96%
G=20.21%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897811900.590.370.26337.8445.6852.35
HexBD4E7703B251A1522e34
Octal27511616707345325225664
Binary1011110110011101110111011101110010111010101010010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E77; }

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

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

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

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

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

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

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

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