#BD4E75

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

Shades of Royal Heath #BD4E75

Tints of Royal Heath #BD4E75

Color information

#BD4E75 (or 0xBD4E75) is unknown color: approx Royal Heath. HEX triplet: BD, 4E and 75. RGB value is (189,78,117). Sum of RGB (Red+Green+Blue) = 189+78+117=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E75 is #42B18A. Grayscale: #737373. Windows color (decimal): -4370827 or 7687869. OLE color: 7687869.

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

Color convert

RGB18978117-
CMYK00.590.380.26
HSL338.92º45.68%52.35%-
HSV(B)338.92º58.73%74.12%-
XYZ26.9217.5518.8-
YUV115.64128.77180.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=49.22%
G=20.31%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897811700.590.380.26338.9245.6852.35
HexBD4E7503B261A1532e34
Octal27511616507346325235664
Binary1011110110011101110101011101110011011010101010011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E75; }

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

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

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

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

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

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

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

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