#BF8B8F

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

Shades of Viola #BF8B8F

Tints of Viola #BF8B8F

Color information

#BF8B8F (or 0xBF8B8F) is unknown color: approx Viola. HEX triplet: BF, 8B and 8F. RGB value is (191,139,143). Sum of RGB (Red+Green+Blue) = 191+139+143=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8B8F is #407470. Grayscale: #9B9B9B. Windows color (decimal): -4224113 or 9407423. OLE color: 9407423.

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

Color convert

RGB191139143-
CMYK00.270.250.25
HSL355.38º28.89%64.71%-
HSV(B)355.38º27.23%74.9%-
XYZ35.6831.5230.19-
YUV155121.23153.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 143 (56.25% from 255) = 30.23%
R=40.38%
G=29.39%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113914300.270.250.25355.3828.8964.71
HexBF8B8F01B19191631d41
Octal277213217033313154335101
Binary1011111110001011100011110110111100111001101100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B8F; }

 p { color: rgb(191,139,143); }

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

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

 a { background-color: rgb(191,139,143); }

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

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

 span { border-color: rgb(191,139,143); }

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