#BFBF76

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

Shades of Pine Glade #BFBF76

Tints of Pine Glade #BFBF76

Color information

#BFBF76 (or 0xBFBF76) is unknown color: approx Pine Glade. HEX triplet: BF, BF and 76. RGB value is (191,191,118). Sum of RGB (Red+Green+Blue) = 191+191+118=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF76 is #404089. Grayscale: #B6B6B6. Windows color (decimal): -4210826 or 7782335. OLE color: 7782335.

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

Color convert

RGB191191118-
CMYK000.380.25
HSL60º36.32%60.59%-
HSV(B)60º38.22%74.9%-
XYZ43.3949.6524.44-
YUV182.6891.5133.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=38.2%
G=38.2%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191118000.380.256036.3260.59
HexBFBF760026193c243d
Octal277277166004631744475
Binary101111111011111111101100010011011001111100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF76; }

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

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

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

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

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

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

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

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