#BFBF7C

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

Shades of Pine Glade #BFBF7C

Tints of Pine Glade #BFBF7C

Color information

#BFBF7C (or 0xBFBF7C) is unknown color: approx Pine Glade. HEX triplet: BF, BF and 7C. RGB value is (191,191,124). Sum of RGB (Red+Green+Blue) = 191+191+124=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF7C is #404083. Grayscale: #B7B7B7. Windows color (decimal): -4210820 or 8175551. OLE color: 8175551.

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

Color convert

RGB191191124-
CMYK000.350.25
HSL60º34.36%61.76%-
HSV(B)60º35.08%74.9%-
XYZ43.7549.7926.37-
YUV183.3694.5133.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=37.75%
G=37.75%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191124000.350.256034.3661.76
HexBFBF7C0023193c223e
Octal277277174004331744276
Binary101111111011111111111000010001111001111100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF7C; }

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

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

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

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

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

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

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

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