#BFBF77

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

Shades of Pine Glade #BFBF77

Tints of Pine Glade #BFBF77

Color information

#BFBF77 (or 0xBFBF77) is unknown color: approx Pine Glade. HEX triplet: BF, BF and 77. RGB value is (191,191,119). Sum of RGB (Red+Green+Blue) = 191+191+119=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF77 is #404088. Grayscale: #B7B7B7. Windows color (decimal): -4210825 or 7847871. OLE color: 7847871.

HSL color Cylindrical-coordinate representation of color #BFBF77: 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 #BFBF77 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB191191119-
CMYK000.380.25
HSL60º36%60.78%-
HSV(B)60º37.7%74.9%-
XYZ43.4549.6724.75-
YUV182.7992133.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 119 (46.88% from 255) = 23.75%
R=38.12%
G=38.12%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191119000.380.25603660.78
HexBFBF770026193c243d
Octal277277167004631744475
Binary101111111011111111101110010011011001111100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF77; }

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

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

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

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

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

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

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

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