#BD4F75

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

Shades of Royal Heath #BD4F75

Tints of Royal Heath #BD4F75

Color information

#BD4F75 (or 0xBD4F75) is unknown color: approx Royal Heath. HEX triplet: BD, 4F and 75. RGB value is (189,79,117). Sum of RGB (Red+Green+Blue) = 189+79+117=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F75 is #42B08A. Grayscale: #747474. Windows color (decimal): -4370571 or 7688125. OLE color: 7688125.

HSL color Cylindrical-coordinate representation of color #BD4F75: hue angle of 339.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F75 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18979117-
CMYK00.580.380.26
HSL339.27º45.45%52.55%-
HSV(B)339.27º58.2%74.12%-
XYZ26.9917.718.82-
YUV116.22128.44179.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=49.09%
G=20.52%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897911700.580.380.26339.2745.4552.55
HexBD4F7503A261A1532d35
Octal27511716507246325235565
Binary1011110110011111110101011101010011011010101010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F75; }

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

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

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

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

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

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

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

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