#BF386D

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

Shades of Royal Heath #BF386D

Tints of Royal Heath #BF386D

Color information

#BF386D (or 0xBF386D) is unknown color: approx Royal Heath. HEX triplet: BF, 38 and 6D. RGB value is (191,56,109). Sum of RGB (Red+Green+Blue) = 191+56+109=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF386D is #40C792. Grayscale: #666666. Windows color (decimal): -4245395 or 7157951. OLE color: 7157951.

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

Color convert

RGB19156109-
CMYK00.710.430.25
HSL336.44º54.66%48.43%-
HSV(B)336.44º70.68%74.9%-
XYZ25.6615.0116.01-
YUV102.41131.73191.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 56 (22.27% from 255) = 15.73%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=53.65%
G=15.73%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915610900.710.430.25336.4454.6648.43
HexBF386D0472B191503730
Octal27770155010753315206760
Binary1011111111100011011010100011110101111001101010000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF386D; }

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

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

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

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

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

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

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

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