#BF3F6B

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

Shades of Royal Heath #BF3F6B

Tints of Royal Heath #BF3F6B

Color information

#BF3F6B (or 0xBF3F6B) is unknown color: approx Royal Heath. HEX triplet: BF, 3F and 6B. RGB value is (191,63,107). Sum of RGB (Red+Green+Blue) = 191+63+107=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F6B is #40C094. Grayscale: #6A6A6A. Windows color (decimal): -4243605 or 7028671. OLE color: 7028671.

HSL color Cylindrical-coordinate representation of color #BF3F6B: hue angle of 339.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F6B is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19163107-
CMYK00.670.440.25
HSL339.38º50.39%49.8%-
HSV(B)339.38º67.02%74.9%-
XYZ25.9215.6915.57-
YUV106.29128.41188.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=52.91%
G=17.45%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916310700.670.440.25339.3850.3949.8
HexBF3F6B0432C191533232
Octal27777153010354315236262
Binary1011111111111111010110100001110110011001101010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F6B; }

 p { color: rgb(191,63,107); }

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

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

 a { background-color: rgb(191,63,107); }

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

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

 span { border-color: rgb(191,63,107); }

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