#BF336D

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

Shades of Royal Heath #BF336D

Tints of Royal Heath #BF336D

Color information

#BF336D (or 0xBF336D) is unknown color: approx Royal Heath. HEX triplet: BF, 33 and 6D. RGB value is (191,51,109). Sum of RGB (Red+Green+Blue) = 191+51+109=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF336D is #40CC92. Grayscale: #636363. Windows color (decimal): -4246675 or 7156671. OLE color: 7156671.

HSL color Cylindrical-coordinate representation of color #BF336D: hue angle of 335.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF336D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19151109-
CMYK00.730.430.25
HSL335.14º57.85%47.45%-
HSV(B)335.14º73.3%74.9%-
XYZ25.4314.5515.94-
YUV99.47133.38193.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.42%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=54.42%
G=14.53%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915110900.730.430.25335.1457.8547.45
HexBF336D0492B1914f3a2f
Octal27763155011153315177257
Binary1011111111001111011010100100110101111001101001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF336D; }

 p { color: rgb(191,51,109); }

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

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

 a { background-color: rgb(191,51,109); }

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

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

 span { border-color: rgb(191,51,109); }

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