#BF396C

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

Shades of Royal Heath #BF396C

Tints of Royal Heath #BF396C

Color information

#BF396C (or 0xBF396C) is unknown color: approx Royal Heath. HEX triplet: BF, 39 and 6C. RGB value is (191,57,108). Sum of RGB (Red+Green+Blue) = 191+57+108=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF396C is #40C693. Grayscale: #666666. Windows color (decimal): -4245140 or 7092671. OLE color: 7092671.

HSL color Cylindrical-coordinate representation of color #BF396C: hue angle of 337.16º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF396C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19157108-
CMYK00.700.430.25
HSL337.16º54.03%48.63%-
HSV(B)337.16º70.16%74.9%-
XYZ25.6615.0915.75-
YUV102.88130.89190.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=53.65%
G=16.01%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915710800.700.430.25337.1654.0348.63
HexBF396C0462B191513631
Octal27771154010653315216661
Binary1011111111100111011000100011010101111001101010001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF396C; }

 p { color: rgb(191,57,108); }

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

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

 a { background-color: rgb(191,57,108); }

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

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

 span { border-color: rgb(191,57,108); }

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