#BF3B69

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

Shades of Royal Heath #BF3B69

Tints of Royal Heath #BF3B69

Color information

#BF3B69 (or 0xBF3B69) is unknown color: approx Royal Heath. HEX triplet: BF, 3B and 69. RGB value is (191,59,105). Sum of RGB (Red+Green+Blue) = 191+59+105=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B69 is #40C496. Grayscale: #676767. Windows color (decimal): -4244631 or 6896575. OLE color: 6896575.

HSL color Cylindrical-coordinate representation of color #BF3B69: hue angle of 339.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B69 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19159105-
CMYK00.690.450.25
HSL339.09º52.8%49.02%-
HSV(B)339.09º69.11%74.9%-
XYZ25.615.2214.95-
YUV103.71128.73190.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 59 (23.44% from 255) = 16.62%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=53.80%
G=16.62%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915910500.690.450.25339.0952.849.02
HexBF3B690452D191533531
Octal27773151010555315236561
Binary1011111111101111010010100010110110111001101010011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B69; }

 p { color: rgb(191,59,105); }

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

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

 a { background-color: rgb(191,59,105); }

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

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

 span { border-color: rgb(191,59,105); }

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