#BF386E

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

Shades of Royal Heath #BF386E

Tints of Royal Heath #BF386E

Color information

#BF386E (or 0xBF386E) is unknown color: approx Royal Heath. HEX triplet: BF, 38 and 6E. RGB value is (191,56,110). Sum of RGB (Red+Green+Blue) = 191+56+110=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF386E is #40C791. Grayscale: #666666. Windows color (decimal): -4245394 or 7223487. OLE color: 7223487.

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

Color convert

RGB19156110-
CMYK00.710.420.25
HSL336º54.66%48.43%-
HSV(B)336º70.68%74.9%-
XYZ25.7115.0316.3-
YUV102.52132.23191.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=53.50%
G=15.69%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915611000.710.420.2533654.6648.43
HexBF386E0472A191503730
Octal27770156010752315206760
Binary1011111111100011011100100011110101011001101010000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF386E; }

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

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

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

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

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

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

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

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