#BFBF8B

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

Shades of Pine Glade #BFBF8B

Tints of Pine Glade #BFBF8B

Color information

#BFBF8B (or 0xBFBF8B) is unknown color: approx Pine Glade. HEX triplet: BF, BF and 8B. RGB value is (191,191,139). Sum of RGB (Red+Green+Blue) = 191+191+139=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF8B is #404074. Grayscale: #B9B9B9. Windows color (decimal): -4210805 or 9158591. OLE color: 9158591.

HSL color Cylindrical-coordinate representation of color #BFBF8B: 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.27%. Process color model (Four color, CMYK) of #BFBF8B is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB191191139-
CMYK000.270.25
HSL60º28.89%64.71%-
HSV(B)60º27.23%74.9%-
XYZ44.7850.231.76-
YUV185.07102132.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=36.66%
G=36.66%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191139000.270.256028.8964.71
HexBFBF8B001B193c1d41
Octal2772772130033317435101
Binary101111111011111110001011001101111001111100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF8B; }

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

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

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

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

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

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

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

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