#BFBF8A

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

Shades of Pine Glade #BFBF8A

Tints of Pine Glade #BFBF8A

Color information

#BFBF8A (or 0xBFBF8A) is unknown color: approx Pine Glade. HEX triplet: BF, BF and 8A. RGB value is (191,191,138). Sum of RGB (Red+Green+Blue) = 191+191+138=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF8A is #404075. Grayscale: #B9B9B9. Windows color (decimal): -4210806 or 9093055. OLE color: 9093055.

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

Color convert

RGB191191138-
CMYK000.280.25
HSL60º29.28%64.51%-
HSV(B)60º27.75%74.9%-
XYZ44.750.1731.37-
YUV184.96101.5132.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=36.73%
G=36.73%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191138000.280.256029.2864.51
HexBFBF8A001C193c1d41
Octal2772772120034317435101
Binary101111111011111110001010001110011001111100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF8A; }

 p { color: rgb(191,191,138); }

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

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

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

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

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

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

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