#BD346E

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

Shades of Royal Heath #BD346E

Tints of Royal Heath #BD346E

Color information

#BD346E (or 0xBD346E) is unknown color: approx Royal Heath. HEX triplet: BD, 34 and 6E. RGB value is (189,52,110). Sum of RGB (Red+Green+Blue) = 189+52+110=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD346E is #42CB91. Grayscale: #636363. Windows color (decimal): -4377490 or 7222461. OLE color: 7222461.

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

Color convert

RGB18952110-
CMYK00.720.420.26
HSL334.6º56.85%47.25%-
HSV(B)334.6º72.49%74.12%-
XYZ25.0314.416.21-
YUV99.58133.89191.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=53.85%
G=14.81%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895211000.720.420.26334.656.8547.25
HexBD346E0482A1A14f392f
Octal27564156011052325177157
Binary1011110111010011011100100100010101011010101001111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD346E; }

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

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

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

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

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

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

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

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