#BD5170

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

Shades of Royal Heath #BD5170

Tints of Royal Heath #BD5170

Color information

#BD5170 (or 0xBD5170) is unknown color: approx Royal Heath. HEX triplet: BD, 51 and 70. RGB value is (189,81,112). Sum of RGB (Red+Green+Blue) = 189+81+112=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5170 is #42AE8F. Grayscale: #747474. Windows color (decimal): -4370064 or 7360957. OLE color: 7360957.

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

Color convert

RGB18981112-
CMYK00.570.410.26
HSL342.78º45%52.94%-
HSV(B)342.78º57.14%74.12%-
XYZ26.8517.8717.36-
YUV116.83125.28179.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=49.48%
G=21.20%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898111200.570.410.26342.784552.94
HexBD5170039291A1572d35
Octal27512116007151325275565
Binary1011110110100011110000011100110100111010101010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5170; }

 p { color: rgb(189,81,112); }

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

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

 a { background-color: rgb(189,81,112); }

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

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

 span { border-color: rgb(189,81,112); }

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