#BD346F

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

Shades of Royal Heath #BD346F

Tints of Royal Heath #BD346F

Color information

#BD346F (or 0xBD346F) is unknown color: approx Royal Heath. HEX triplet: BD, 34 and 6F. RGB value is (189,52,111). Sum of RGB (Red+Green+Blue) = 189+52+111=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD346F is #42CB90. Grayscale: #636363. Windows color (decimal): -4377489 or 7287997. OLE color: 7287997.

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

Color convert

RGB18952111-
CMYK00.720.410.26
HSL334.16º56.85%47.25%-
HSV(B)334.16º72.49%74.12%-
XYZ25.0814.4216.5-
YUV99.69134.39191.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 52 (20.70% from 255) = 14.77%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=53.69%
G=14.77%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895211100.720.410.26334.1656.8547.25
HexBD346F048291A14e392f
Octal27564157011051325167157
Binary1011110111010011011110100100010100111010101001110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD346F; }

 p { color: rgb(189,52,111); }

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

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

 a { background-color: rgb(189,52,111); }

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

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

 span { border-color: rgb(189,52,111); }

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