#bd4874

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

Shades of Royal Heath #BD4874

Tints of Royal Heath #BD4874

Color information

#BD4874 (or 0xBD4874) is unknown color: approx Royal Heath. HEX triplet: BD, 48 and 74. RGB value is (189,72,116). Sum of RGB (Red+Green+Blue) = 189+72+116=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4874 is #42B78B. Grayscale: #6F6F6F. Windows color (decimal): -4372364 or 7620797. OLE color: 7620797.

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

Color convert

RGB18972116-
CMYK00.620.390.26
HSL337.44º46.99%51.18%-
HSV(B)337.44º61.9%74.12%-
XYZ26.4616.7118.35-
YUV112130.26182.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=50.13%
G=19.10%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897211600.620.390.26337.4446.9951.18
HexBD487403E271A1512f33
Octal27511016407647325215763
Binary1011110110010001110100011111010011111010101010001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd4874; }

 p { color: rgb(189,72,116); }

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

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

 a { background-color: rgb(189,72,116); }

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

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

 span { border-color: rgb(189,72,116); }

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